diff options
-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> |