diff options
author | dirk <dirk@FreeBSD.org> | 2000-02-20 23:05:06 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-02-20 23:05:06 +0800 |
commit | a4cc64dce407ac57d8bb38b8989751a22cb75095 (patch) | |
tree | 29cbf16f1457cf9377a63e2e30f81745341b97dd /security | |
parent | 4868574431860f2d521e9106fa9285eafa68d7c0 (diff) | |
download | freebsd-ports-gnome-a4cc64dce407ac57d8bb38b8989751a22cb75095.tar.gz freebsd-ports-gnome-a4cc64dce407ac57d8bb38b8989751a22cb75095.tar.zst freebsd-ports-gnome-a4cc64dce407ac57d8bb38b8989751a22cb75095.zip |
Store pid file in /var/run/.
PR: ports/16805
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 436ba92742a1..d57ad3640311 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -19,6 +19,8 @@ MAINTAINER= martti.kuparinen@ericsson.com USE_OPENSSL= RSA GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var/run + MAN8= stunnel.8 cert: |