diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-29 11:16:52 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-29 11:16:52 +0800 |
commit | 4df21aa83899528a59548a3917efae32b127ef40 (patch) | |
tree | 4c8906706b04d98476693c92ce0518df9ad93478 /x11/rgb | |
parent | ddd443d824fc14336c052f3d279fc6565a5b388a (diff) | |
download | freebsd-ports-gnome-4df21aa83899528a59548a3917efae32b127ef40.tar.gz freebsd-ports-gnome-4df21aa83899528a59548a3917efae32b127ef40.tar.zst freebsd-ports-gnome-4df21aa83899528a59548a3917efae32b127ef40.zip |
- Convert to staging
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index 454ec5ef9af4..bb02b3b89e99 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -12,9 +12,6 @@ CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb XORG_CAT= app USE_XORG= x11 xproto -PLIST_FILES= bin/showrgb lib/X11/rgb.txt +PLIST_FILES= bin/showrgb lib/X11/rgb.txt man/man1/showrgb.1.gz -MAN1= showrgb.1 - -NO_STAGE= yes .include <bsd.port.mk> |