diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:51:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:51:18 +0800 |
commit | 7bd79df5ed6135983282724a3371b6b8539869b5 (patch) | |
tree | dc0049f8374e7151a6a380eae8cf7579f58f4631 /x11/xcmd | |
parent | 2f859246e4a229f0a724144b2a88ebb2bf83970f (diff) | |
download | freebsd-ports-gnome-7bd79df5ed6135983282724a3371b6b8539869b5.tar.gz freebsd-ports-gnome-7bd79df5ed6135983282724a3371b6b8539869b5.tar.zst freebsd-ports-gnome-7bd79df5ed6135983282724a3371b6b8539869b5.zip |
Support stage
Diffstat (limited to 'x11/xcmd')
-rw-r--r-- | x11/xcmd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xcmd/Makefile b/x11/xcmd/Makefile index c5fd07718b06..b949b1295fb6 100644 --- a/x11/xcmd/Makefile +++ b/x11/xcmd/Makefile @@ -15,9 +15,7 @@ COMMENT= Xcmd is a front-end for starting programs under X11 USES= imake USE_XORG= ice sm x11 xext xmu xt -MANCOMPRESSED= yes -MAN1= xcmd.1 -PLIST_FILES= bin/xcmd +PLIST_FILES= bin/xcmd \ + man/man1/xcmd.1.gz -NO_STAGE= yes .include <bsd.port.mk> |