aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-20 23:31:54 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-20 23:31:54 +0800
commit94b71e9ab2f215f417faf7f62c8388cb740235ad (patch)
treecb2f40375c541f40fe0e16a1925d4216929ec8e1 /comms
parent2d48b02521ef6f4b507f226800f50bd847170f2c (diff)
downloadfreebsd-ports-graphics-94b71e9ab2f215f417faf7f62c8388cb740235ad.tar.gz
freebsd-ports-graphics-94b71e9ab2f215f417faf7f62c8388cb740235ad.tar.zst
freebsd-ports-graphics-94b71e9ab2f215f417faf7f62c8388cb740235ad.zip
Support staging
Diffstat (limited to 'comms')
-rw-r--r--comms/xnecview/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile
index b5151c6c53f..2d7e1f1b395 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>