aboutsummaryrefslogtreecommitdiff
path: root/comms/xnecview
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:31:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:31:54 +0000
commit0ef672b091a95ba0f5c0f15a77f191d15f0b4483 (patch)
treecb2f40375c541f40fe0e16a1925d4216929ec8e1 /comms/xnecview
parent22d48140249408330c0ba9c2f0599c642fef45cf (diff)
downloadports-0ef672b091a95ba0f5c0f15a77f191d15f0b4483.tar.gz
ports-0ef672b091a95ba0f5c0f15a77f191d15f0b4483.zip
Support staging
Notes
Notes: svn path=/head/; revision=348702
Diffstat (limited to 'comms/xnecview')
-rw-r--r--comms/xnecview/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile
index b5151c6c53fa..2d7e1f1b3957 100644
--- a/comms/xnecview/Makefile
+++ b/comms/xnecview/Makefile
@@ -17,12 +17,11 @@ RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c
USES= gmake pkgconfig
USE_GNOME= gtk20
-MAN1= xnecview.1
-PLIST_FILES= bin/xnecview
+PLIST_FILES= bin/xnecview man/man1/xnecview.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xnecview.man ${MANPREFIX}/man/man1/xnecview.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xnecview.man \
+ ${STAGEDIR}${MANPREFIX}/man/man1/xnecview.1
.include <bsd.port.mk>