diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:51:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:51:18 +0000 |
commit | daa991f74c40f6f525390ecfe5913ce64ce64c49 (patch) | |
tree | dc0049f8374e7151a6a380eae8cf7579f58f4631 /x11/xcmd | |
parent | ce88b676d79440118c69849e7c9666b4faa9e349 (diff) |
Notes
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> |