diff options
author | krion <krion@FreeBSD.org> | 2004-07-09 23:14:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-09 23:14:52 +0800 |
commit | 0e7791dc4928e02bce00e4947e13730a8ed3f857 (patch) | |
tree | 3090419eacf32464cf5a56eb4b6968a5dc95b20b | |
parent | eb4059e2b97d712c0a9f5d9ea39f287e34969c8f (diff) | |
download | freebsd-ports-gnome-0e7791dc4928e02bce00e4947e13730a8ed3f857.tar.gz freebsd-ports-gnome-0e7791dc4928e02bce00e4947e13730a8ed3f857.tar.zst freebsd-ports-gnome-0e7791dc4928e02bce00e4947e13730a8ed3f857.zip |
Fix pidfile location
PR: ports/68740
Submitted by: anholt
-rw-r--r-- | security/tinc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 60cb92dd9fb3..1e74428ca6c4 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN5= tinc.conf.5 |