aboutsummaryrefslogtreecommitdiff
path: root/security/scrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/scrypt/Makefile')
-rw-r--r--security/scrypt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
index dda239045f89..70ec62aa666f 100644
--- a/security/scrypt/Makefile
+++ b/security/scrypt/Makefile
@@ -11,16 +11,15 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Key Derivation Function
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
-PLIST_FILES= bin/scrypt
-MAN1= scrypt.1
+PLIST_FILES= bin/scrypt \
+ man/man1/scrypt.1.gz
OPTIONS_DEFINE= SSE2
SSE2_DESC= Use SSE2-optimized code
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSE2}