aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vii
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
commit0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch)
tree9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/vii
parent5eb6e94b3b359e965f3d26a45fad36922163a320 (diff)
downloadports-0453b815e72d64b4a0594e34e07ebc5513cdc652.tar.gz
ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331353
Diffstat (limited to 'sysutils/vii')
-rw-r--r--sysutils/vii/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile
index f37854cb9e58..6debe9394ca5 100644
--- a/sysutils/vii/Makefile
+++ b/sysutils/vii/Makefile
@@ -17,15 +17,14 @@ LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain
GNU_CONFIGURE= yes
-PLIST_FILES= bin/vii
-MAN1= vii.1
+PLIST_FILES= bin/vii man/man1/vii.1.gz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>