diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:00:42 +0000 |
commit | 7890b491814462e7f8d8595e4ff369b7363e9d4a (patch) | |
tree | 3133c1e63fed43b515324a064b427ec748de21c3 /x11-wm/tvtwm | |
parent | 052ec84b5e00bcbb7075c1e36738bb7ff7a90f79 (diff) | |
download | ports-7890b491814462e7f8d8595e4ff369b7363e9d4a.tar.gz ports-7890b491814462e7f8d8595e4ff369b7363e9d4a.zip |
Notes
Diffstat (limited to 'x11-wm/tvtwm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 901f16a896ff..7fda7a857fd4 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -15,15 +15,13 @@ COMMENT= Twm with a virtual desktop WRKSRC= ${WRKDIR}/tvtwm USES= imake USE_XORG= xbitmaps xpm xmu -MAN1= tvtwm.1 -MANCOMPRESSED= no -PLIST_FILES= bin/tvtwm +PLIST_FILES= bin/tvtwm \ + man/man1/tvtwm.1.gz CFLAGS+= -Wno-return-type -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${MANPREFIX}/man/man1/tvtwm.1 + ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1 .include <bsd.port.mk> |