diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-25 11:24:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-25 11:24:11 +0800 |
commit | bae51e5021ae5c7574c7319986922c064065ca35 (patch) | |
tree | f6346e3c13631c2c12defcae9edb2f49382b164d /archivers | |
parent | bea719d5a842450b346d5d8ced40377b7bf1e6d4 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |