aboutsummaryrefslogtreecommitdiff
path: root/net/arprelease
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:29:20 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 08:29:20 +0000
commit7c8a6e67b7dbafd0c2f9f9d644f6cb65edd8e138 (patch)
treecf1c07989c4a10786d2cb3a1814dc90294cb9b97 /net/arprelease
parentf1b421c45290e2c3b86245b67efb9e43f50b9e9d (diff)
downloadports-7c8a6e67b7dbafd0c2f9f9d644f6cb65edd8e138.tar.gz
ports-7c8a6e67b7dbafd0c2f9f9d644f6cb65edd8e138.zip
Support staging
Notes
Notes: svn path=/head/; revision=346457
Diffstat (limited to 'net/arprelease')
-rw-r--r--net/arprelease/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile
index 59dcae759ebc..c0bb2e5d0c4f 100644
--- a/net/arprelease/Makefile
+++ b/net/arprelease/Makefile
@@ -18,7 +18,6 @@ PLIST_FILES= bin/arprelease
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-NO_STAGE= yes
do-build:
(cd ${WRKSRC} && \
${CC} ${CFLAGS} `${LIBNET_CONFIG} --defines` \
@@ -26,6 +25,6 @@ do-build:
`${LIBNET_CONFIG} --libs`)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>