svn commit: r343009 - head/net/ip6_int

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 10:31:46 UTC 2014


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>


More information about the svn-ports-all mailing list