diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 00:47:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 00:47:48 +0800 |
commit | f4edcf66e0377ec3137ff52ebd9eddcf738d819a (patch) | |
tree | 16793e4f0477b2da40b93ab25ddf5a3ebb41b5df /security/sha | |
parent | 54965d35c07877632d0a690a60eaf33783aa0443 (diff) | |
download | freebsd-ports-gnome-f4edcf66e0377ec3137ff52ebd9eddcf738d819a.tar.gz freebsd-ports-gnome-f4edcf66e0377ec3137ff52ebd9eddcf738d819a.tar.zst freebsd-ports-gnome-f4edcf66e0377ec3137ff52ebd9eddcf738d819a.zip |
- Stage support
Diffstat (limited to 'security/sha')
-rw-r--r-- | security/sha/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/sha/Makefile b/security/sha/Makefile index 83c26cdfe107..1aa6bea3f2a6 100644 --- a/security/sha/Makefile +++ b/security/sha/Makefile @@ -10,10 +10,9 @@ MAINTAINER= allan@saddi.com COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -MAN1= sha.1 -PLIST_FILES= bin/sha +PLIST_FILES= bin/sha \ + man/man1/sha.1.gz -NO_STAGE= yes .include <bsd.port.mk> |