aboutsummaryrefslogtreecommitdiff
path: root/net/pktanon
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 14:22:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 14:22:55 +0000
commitd0a564bbfaf59c196218b84664deb0fc76f3a70d (patch)
tree4fc0b70aaa335e86208190b82276d67a31325368 /net/pktanon
parent63f3372339515fa5c625893dc35c40c4ee67db8e (diff)
downloadports-d0a564bbfaf59c196218b84664deb0fc76f3a70d.tar.gz
ports-d0a564bbfaf59c196218b84664deb0fc76f3a70d.zip
Notes
Diffstat (limited to 'net/pktanon')
-rw-r--r--net/pktanon/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile
index 6805eac2cdd8..43e05269b1ba 100644
--- a/net/pktanon/Makefile
+++ b/net/pktanon/Makefile
@@ -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>