Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 10:31:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343009 - head/net/ip6_int
Message-ID:  <201402061031.s16AVknA070193@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  6 10:31:46 2014
New Revision: 343009
URL: http://svnweb.freebsd.org/changeset/ports/343009
QAT: https://qat.redports.org/buildarchive/r343009/

Log:
  - Stage support

Modified:
  head/net/ip6_int/Makefile

Modified: head/net/ip6_int/Makefile
==============================================================================
--- head/net/ip6_int/Makefile	Thu Feb  6 10:31:17 2014	(r343008)
+++ head/net/ip6_int/Makefile	Thu Feb  6 10:31:46 2014	(r343009)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061031.s16AVknA070193>