summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-17 16:29:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-17 16:29:59 +0000
commit069d5c2d541171b3b1a9e8514a5781b60592806e (patch)
tree44241b44fc4dcd0946abe49b7b16b0372cb8956b /net
parent- Support staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=348489
Diffstat (limited to 'net')
-rw-r--r--net/nast/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/nast/Makefile b/net/nast/Makefile
index 6c39d41a5a67..a100d07b0c30 100644
--- a/net/nast/Makefile
+++ b/net/nast/Makefile
@@ -15,16 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= net:${PORTSDIR}/net/libnet
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
-MAN8= nast.8
-PLIST_FILES= bin/nast
+PLIST_FILES= bin/nast man/man8/nast.8.gz
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@@ -35,7 +33,7 @@ post-patch:
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.post.mk>