mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/rgb: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6ddeaec432
commit
106f966561
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= rgb
|
PORTNAME= rgb
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
|
@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= tar:xz xorg xorg-cat:app
|
USES= tar:xz xorg xorg-cat:app
|
||||||
USE_XORG= x11 xorgproto
|
USE_XORG= x11 xorgproto
|
||||||
|
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb
|
||||||
|
|
||||||
PLIST_FILES= bin/showrgb \
|
PLIST_FILES= bin/showrgb \
|
||||||
lib/X11/rgb.txt \
|
lib/X11/rgb.txt \
|
||||||
man/man1/showrgb.1.gz
|
share/man/man1/showrgb.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue