aboutsummaryrefslogtreecommitdiff
path: root/security/sha
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 16:47:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 16:47:48 +0000
commit1ccad5ba35f3a1a8f38dfdaf10b8230ffe9a10ca (patch)
tree16793e4f0477b2da40b93ab25ddf5a3ebb41b5df /security/sha
parentd503e9a651782c8beb27441702e3a130a6248e1b (diff)
downloadports-1ccad5ba35f3a1a8f38dfdaf10b8230ffe9a10ca.tar.gz
ports-1ccad5ba35f3a1a8f38dfdaf10b8230ffe9a10ca.zip
Notes
Diffstat (limited to 'security/sha')
-rw-r--r--security/sha/Makefile7
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>