diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
commit | 33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch) | |
tree | a75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /security/mhash | |
parent | bf934225cecc2d5e50c2dc5c3de8535592d56007 (diff) | |
download | ports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.tar.gz ports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.zip |
Notes
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 1 | ||||
-rw-r--r-- | security/mhash/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index d2ee31fac3c0..761842b9b0ef 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roam@FreeBSD.org +COMMENT= "Library provides an easy way to access strong hashes such as MD5 and SHA1" INSTALLS_SHLIB= yes USE_LIBTOOL= yes diff --git a/security/mhash/pkg-comment b/security/mhash/pkg-comment deleted file mode 100644 index d933f6a19283..000000000000 --- a/security/mhash/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library provides an easy way to access strong hashes such as MD5 and SHA1 |