diff options
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 535c2c7fac8..d253e8c828b 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/12/29 06:22:12 jlam Exp $ +# $NetBSD: Makefile,v 1.53 2006/02/17 07:48:52 martti Exp $ DISTNAME= stunnel-4.07 PKGREVISION= 2 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} \ PKG_SYSCONFSUBDIR= stunnel RCD_SCRIPTS= stunnel -REPLACE_PERL= src/stunnel3.in +REPLACE_PERL+= src/stunnel3.in .include "../../mk/bsd.prefs.mk" .include "options.mk" |