aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-09-25 11:24:11 +0800
committervanilla <vanilla@FreeBSD.org>2013-09-25 11:24:11 +0800
commitbae51e5021ae5c7574c7319986922c064065ca35 (patch)
treef6346e3c13631c2c12defcae9edb2f49382b164d /archivers
parentbea719d5a842450b346d5d8ced40377b7bf1e6d4 (diff)
downloadfreebsd-ports-graphics-bae51e5021ae5c7574c7319986922c064065ca35.tar.gz
freebsd-ports-graphics-bae51e5021ae5c7574c7319986922c064065ca35.tar.zst
freebsd-ports-graphics-bae51e5021ae5c7574c7319986922c064065ca35.zip
Support stage.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/nulib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
index d8ac28cfa96..ca36aa3484c 100644
--- a/archivers/nulib/Makefile
+++ b/archivers/nulib/Makefile
@@ -14,13 +14,11 @@ COMMENT= NuFX archive utility
WRKSRC= ${WRKDIR}/nulib
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-NO_STAGE= yes
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${MANPREFIX}/man/man1
.include <bsd.port.mk>