diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:49:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:49:07 +0800 |
commit | be93a2877ea3ed89b4fef3c470ce7fcb825545f6 (patch) | |
tree | ccc16432f0c13bfa8a522db6ebf2dad427bd3148 /x11 | |
parent | c575056e09000e3ab015ed4a7dde07879e72f66b (diff) | |
download | freebsd-ports-gnome-be93a2877ea3ed89b4fef3c470ce7fcb825545f6.tar.gz freebsd-ports-gnome-be93a2877ea3ed89b4fef3c470ce7fcb825545f6.tar.zst freebsd-ports-gnome-be93a2877ea3ed89b4fef3c470ce7fcb825545f6.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcoloredit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xcoloredit/Makefile b/x11/xcoloredit/Makefile index fb86da15eb93..dec1b6cbb581 100644 --- a/x11/xcoloredit/Makefile +++ b/x11/xcoloredit/Makefile @@ -15,9 +15,7 @@ COMMENT= Find colour values by graphical colour mixing USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MANCOMPRESSED= yes -MAN1= xcoloredit.1 -PLIST_FILES= bin/xcoloredit +PLIST_FILES= bin/xcoloredit \ + man/man1/xcoloredit.1.gz -NO_STAGE= yes .include <bsd.port.mk> |