aboutsummaryrefslogtreecommitdiff
path: root/x11/xwit
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 12:42:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 12:42:00 +0000
commitb6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2 (patch)
tree92878d5689989b1ac3c0807c2455e7ea293a6b08 /x11/xwit
parent523ab18cbc9e501c7167bb91b95bd33038a4eb03 (diff)
downloadports-b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2.tar.gz
ports-b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2.zip
Fix package list.
Notes
Notes: svn path=/head/; revision=331571
Diffstat (limited to 'x11/xwit')
-rw-r--r--x11/xwit/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile
index 9b6c5485907a..0398f477f25c 100644
--- a/x11/xwit/Makefile
+++ b/x11/xwit/Makefile
@@ -15,9 +15,13 @@ COMMENT= X interface tool
USES= imake
USE_XORG= x11 xext
-MAN1= xwit.1
-PLIST_FILES= bin/xwit
+PLIST_FILES= bin/xwit man/man1/xwit.1.gz
EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-*
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}._man \
+ ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1
+
.include <bsd.port.mk>