diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-20 19:06:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-20 19:06:29 +0000 |
commit | 68edbeeaae964d81a4b96aea76974015371e7b07 (patch) | |
tree | 3686bc2aca372d50de8d274ce1e86a1d8116f741 /net/ndisc6 | |
parent | 6c829b8efd7cb4bfc790ad69a46f7638be9160d4 (diff) | |
download | ports-68edbeeaae964d81a4b96aea76974015371e7b07.tar.gz ports-68edbeeaae964d81a4b96aea76974015371e7b07.zip |
Notes
Diffstat (limited to 'net/ndisc6')
-rw-r--r-- | net/ndisc6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile index 32e78ba93a02..810b3322dfcf 100644 --- a/net/ndisc6/Makefile +++ b/net/ndisc6/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 USES= tar:bzip2 perl5 USE_GCC= any GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-suid-install +CONFIGURE_ARGS= --disable-suid-install --localstatedir="${PREFIX}/var" CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl MAKE_ENV= CHOWNPROG=: |