diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-05-09 02:46:09 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-05-09 02:46:09 +0000 |
commit | c6eb35f215ab87b8dd9a0b11c961d977d752ede3 (patch) | |
tree | 509b3a28816b6a6d4eab8e6ca0d72511f6390dfe /net/pktanon | |
parent | 92b232b36edd024c4ace698ac192e3bb3d152487 (diff) |
Notes
Diffstat (limited to 'net/pktanon')
-rw-r--r-- | net/pktanon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 098030fa8744..61446032d148 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost \ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" +MAKE_JOBS_SAFE= yes post-install: ${MKDIR} ${DATADIR}/profiles |