diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 10:31:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 10:31:46 +0000 |
commit | c3390f2ce170ed0239f8568a85e1d268bbcc1e77 (patch) | |
tree | aba0e7aa27c60eef19ece6a8d0317843cc6aface /net/ip6_int | |
parent | cf347e55773d21e9c96c6f7d2dc9bfc76d9294dd (diff) | |
download | ports-c3390f2ce170ed0239f8568a85e1d268bbcc1e77.tar.gz ports-c3390f2ce170ed0239f8568a85e1d268bbcc1e77.zip |
Notes
Diffstat (limited to 'net/ip6_int')
-rw-r--r-- | net/ip6_int/Makefile | 3 |
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> |