diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/isakmpd | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 3 | ||||
-rw-r--r-- | security/isakmpd/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 37efa2276b5..39e26bdd4e3 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/14 13:27:32 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/17 17:49:46 wiz Exp $ # DISTNAME= isakmpd-20010214 @@ -7,6 +7,7 @@ CATEGORIES= security net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ MAINTAINER= itojun@kame.net +COMMENT= OpenBSD IKE daemon DEPENDS+= gmp-*:../../devel/gmp diff --git a/security/isakmpd/pkg/COMMENT b/security/isakmpd/pkg/COMMENT deleted file mode 100644 index e58965602db..00000000000 --- a/security/isakmpd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -OpenBSD IKE daemon |