aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ip6_int/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile
index a1545fc3bb24..730e675a8bbb 100644
--- a/net/ip6_int/Makefile
+++ b/net/ip6_int/Makefile
@@ -17,12 +17,11 @@ NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= ip6_int
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>