diff options
author | knu <knu@FreeBSD.org> | 2003-02-21 21:28:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-21 21:28:59 +0800 |
commit | cdf4050f373b28af95e027bc0d61165f3d67a74c (patch) | |
tree | cf02fd76b4c4a6c734fc5ea3af777af0468b4b93 /security/sha | |
parent | c010ee39746e03b585488eaccebb2fd64ea982a1 (diff) | |
download | freebsd-ports-gnome-cdf4050f373b28af95e027bc0d61165f3d67a74c.tar.gz freebsd-ports-gnome-cdf4050f373b28af95e027bc0d61165f3d67a74c.tar.zst freebsd-ports-gnome-cdf4050f373b28af95e027bc0d61165f3d67a74c.zip |
De-pkg-comment.
Diffstat (limited to 'security/sha')
-rw-r--r-- | security/sha/Makefile | 1 | ||||
-rw-r--r-- | security/sha/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/sha/Makefile b/security/sha/Makefile index 5a2dcdd24bea..b93beb7b39e8 100644 --- a/security/sha/Makefile +++ b/security/sha/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= allan@saddi.com +COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/security/sha/pkg-comment b/security/sha/pkg-comment deleted file mode 100644 index ac82bc01816c..000000000000 --- a/security/sha/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 |