aboutsummaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 13:12:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 13:12:13 +0000
commit6990b8dd55010304234b4c3c5ecb83ed46ba5883 (patch)
tree5f487bd5d78ad6f504e95d66102e71645d77628a /net/bounce
parenta14e60022ae9e02c566ee9ee202ca61a469ba7c3 (diff)
downloadports-6990b8dd55010304234b4c3c5ecb83ed46ba5883.tar.gz
ports-6990b8dd55010304234b4c3c5ecb83ed46ba5883.zip
Support staging
Notes
Notes: svn path=/head/; revision=345832
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile
index aaacdb2ea7c5..47e51ce2386e 100644
--- a/net/bounce/Makefile
+++ b/net/bounce/Makefile
@@ -19,15 +19,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= sbin/bounce
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-build:
- (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
+ ${CC} ${CFLAGS} -o ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>