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/libdes | |
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/libdes')
-rw-r--r-- | security/libdes/Makefile | 3 | ||||
-rw-r--r-- | security/libdes/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/libdes/Makefile b/security/libdes/Makefile index 03150b5eee9..cdf91ec2cb9 100644 --- a/security/libdes/Makefile +++ b/security/libdes/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:48 wiz Exp $ DISTNAME= libdes-4.04b CATEGORIES= security MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/ MAINTAINER= refling@comet.lbl.gov +COMMENT= Small DES (Data Encryption Standard) lib & standalone program CRYPTO= YES diff --git a/security/libdes/pkg/COMMENT b/security/libdes/pkg/COMMENT deleted file mode 100644 index b8e2a848c92..00000000000 --- a/security/libdes/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Small DES (Data Encryption Standard) lib & standalone program |