diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-05 00:17:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-05 00:17:15 +0800 |
commit | 1f4db5472b566f79fd7c3df4c228ee984902b8de (patch) | |
tree | b4c374af2762e7b8f0d7e850e895a5f82ab063bb /security | |
parent | a9b174014b4dac1c774d9a85775d71cb17044997 (diff) | |
download | freebsd-ports-gnome-1f4db5472b566f79fd7c3df4c228ee984902b8de.tar.gz freebsd-ports-gnome-1f4db5472b566f79fd7c3df4c228ee984902b8de.tar.zst freebsd-ports-gnome-1f4db5472b566f79fd7c3df4c228ee984902b8de.zip |
Stage support
Diffstat (limited to 'security')
-rw-r--r-- | security/md5deep/Makefile | 10 | ||||
-rw-r--r-- | security/md5deep/pkg-plist | 12 |
2 files changed, 13 insertions, 9 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index d8471036582c..24d84b11fc9f 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -10,14 +10,6 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Program to compute various message digests recursively GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -MAN1= md5deep.1 hashdeep.1 -MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \ - md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1 - -PLIST_FILES= bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \ - bin/whirlpooldeep bin/tigerdeep - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/md5deep/pkg-plist b/security/md5deep/pkg-plist new file mode 100644 index 000000000000..de54af7ba8b6 --- /dev/null +++ b/security/md5deep/pkg-plist @@ -0,0 +1,12 @@ +bin/hashdeep +bin/md5deep +bin/sha1deep +bin/sha256deep +bin/tigerdeep +bin/whirlpooldeep +man/man1/hashdeep.1.gz +man/man1/md5deep.1.gz +man/man1/sha1deep.1.gz +man/man1/sha256deep.1.gz +man/man1/tigerdeep.1.gz +man/man1/whirlpooldeep.1.gz |