diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/mcrypt | |
parent | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff) | |
download | pkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 3 | ||||
-rw-r--r-- | security/mcrypt/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 2cf6109bcbc..0e3af0f6753 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/10 11:34:44 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:52 wiz Exp $ DISTNAME= mcrypt-2.5.5 CATEGORIES= security devel @@ -6,6 +6,7 @@ MASTER_SITES= http://mcrypt.hellug.gr/mcrypt/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://mcrypt.hellug.gr/ +COMMENT= replacement to crypt(1), supports bunch of algorithms DEPENDS+= libmcrypt-*:../../security/libmcrypt DEPENDS+= mhash-*:../../security/mhash diff --git a/security/mcrypt/pkg/COMMENT b/security/mcrypt/pkg/COMMENT deleted file mode 100644 index f211964cf20..00000000000 --- a/security/mcrypt/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -replacement to crypt(1), supports bunch of algorithms |