aboutsummaryrefslogtreecommitdiff
path: root/net/ip6_int
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 10:31:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 10:31:46 +0000
commitc3390f2ce170ed0239f8568a85e1d268bbcc1e77 (patch)
treeaba0e7aa27c60eef19ece6a8d0317843cc6aface /net/ip6_int
parentcf347e55773d21e9c96c6f7d2dc9bfc76d9294dd (diff)
downloadports-c3390f2ce170ed0239f8568a85e1d268bbcc1e77.tar.gz
ports-c3390f2ce170ed0239f8568a85e1d268bbcc1e77.zip
Notes
Diffstat (limited to 'net/ip6_int')
-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>