aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>