aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 18:31:46 +0800
committermiwi <miwi@FreeBSD.org>2014-02-06 18:31:46 +0800
commitca9423e0b6cf940aaebca6889aeff235d112e1e8 (patch)
treeaba0e7aa27c60eef19ece6a8d0317843cc6aface /net
parent2b09f94edd8099948dcfdbd18a6da2608ae65798 (diff)
downloadfreebsd-ports-gnome-ca9423e0b6cf940aaebca6889aeff235d112e1e8.tar.gz
freebsd-ports-gnome-ca9423e0b6cf940aaebca6889aeff235d112e1e8.tar.zst
freebsd-ports-gnome-ca9423e0b6cf940aaebca6889aeff235d112e1e8.zip
- Stage support
Diffstat (limited to 'net')
-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>