diff options
Diffstat (limited to 'security/ipsec-tools/Makefile')
-rw-r--r-- | security/ipsec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 767cf78d44f6..0fed3ecbf534 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-shared --sysconfdir=${PREFIX}/etc/racoon \ --localstatedir=${STATEDIR:S/\/racoon//} \ --with-pkgversion=freebsd-${PORTVERSION} -STATEDIR= ${DESTDIR}/var/db/racoon +STATEDIR= /var/db/racoon SUB_LIST+= STATEDIR=${STATEDIR} PLIST_SUB+= STATEDIR=${STATEDIR} |