diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 14:35:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 14:35:31 +0000 |
commit | 336ed019bf2da35ad0b5675f1e747deee1ba9d27 (patch) | |
tree | d8c8a62b9c5e1a72c849b262ffc6a8eafd37511f | |
parent | 4717998f3193637adafae3cfc141328430953130 (diff) | |
download | pkgsrc-336ed019bf2da35ad0b5675f1e747deee1ba9d27.tar.gz |
Fix casing of IPsec in COMMENT.
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 8c5e1430953..d4e6d402ed6 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/31 10:01:39 dillo Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/01 14:35:31 wiz Exp $ # DISTNAME= ipsec-tools-0.6b2 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= manu@NetBSD.org HOMEPAGE= http://ipsec-tools.sourceforge.net/ -COMMENT= Ipsec-tools racoon IKE daemon +COMMENT= IPsec-tools racoon IKE daemon USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |