diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:43:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:43:01 +0000 |
commit | 0cebabb8af33b267635c213d73e68e31cfb402f9 (patch) | |
tree | d6bf6f02978ef26b28d43347d868c97e0bda584a /x11/xkeycaps | |
parent | 285d79ee5854f2fe1eadc4b352dc5c72117a89a6 (diff) | |
download | ports-0cebabb8af33b267635c213d73e68e31cfb402f9.tar.gz ports-0cebabb8af33b267635c213d73e68e31cfb402f9.zip |
Notes
Diffstat (limited to 'x11/xkeycaps')
-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> |