diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-14 07:43:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-14 07:43:01 +0800 |
commit | 54f4352b4c8923a643b66abb9fe13ed2a9f27a6f (patch) | |
tree | d6bf6f02978ef26b28d43347d868c97e0bda584a /x11 | |
parent | 523a29f1204f03c6d569f356f89614dbcc82c800 (diff) | |
download | freebsd-ports-gnome-54f4352b4c8923a643b66abb9fe13ed2a9f27a6f.tar.gz freebsd-ports-gnome-54f4352b4c8923a643b66abb9fe13ed2a9f27a6f.tar.zst freebsd-ports-gnome-54f4352b4c8923a643b66abb9fe13ed2a9f27a6f.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeycaps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile index a2269c3c3c89..f2b8307022b3 100644 --- a/x11/xkeycaps/Makefile +++ b/x11/xkeycaps/Makefile @@ -13,8 +13,7 @@ COMMENT= Graphically display and edit the keyboard mapping USES= imake USE_XORG= xbitmaps xaw -MAN1= xkeycaps.1 -PLIST_FILES= bin/xkeycaps +PLIST_FILES= bin/xkeycaps \ + man/man1/xkeycaps.1.gz -NO_STAGE= yes .include <bsd.port.mk> |