svn commit: r358958 - head/net/pktanon

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 14:22:56 UTC 2014


Author: vanilla
Date: Mon Jun 23 14:22:55 2014
New Revision: 358958
URL: http://svnweb.freebsd.org/changeset/ports/358958
QAT: https://qat.redports.org/buildarchive/r358958/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/net/pktanon/Makefile

Modified: head/net/pktanon/Makefile
==============================================================================
--- head/net/pktanon/Makefile	Mon Jun 23 14:07:23 2014	(r358957)
+++ head/net/pktanon/Makefile	Mon Jun 23 14:22:55 2014	(r358958)
@@ -18,9 +18,8 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
 
-NO_STAGE=	yes
 post-install:
-	${MKDIR} ${DATADIR}/profiles
-	(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
+	${MKDIR} ${STAGEDIR}${DATADIR}/profiles
+	(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/profiles)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list