diff options
author | martti <martti@pkgsrc.org> | 2006-02-17 07:43:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-17 07:43:36 +0000 |
commit | e9f3e4417742f7b44ba8e3b73b43edd8d86d04ec (patch) | |
tree | d2d6abcc60b1eabc8fb6a3df9e95863e8054df67 /security/stunnel | |
parent | 9e29b3b8c9a4312441cb16cd85a19101a901b621 (diff) | |
download | pkgsrc-e9f3e4417742f7b44ba8e3b73b43edd8d86d04ec.tar.gz |
Fixed warnings found by pkglint -Wall.
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" |