aboutsummaryrefslogtreecommitdiff
path: root/security/revealrk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-14 05:30:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-14 05:30:34 +0000
commit4374aeec78e150a5ef512d8876324552270c0558 (patch)
tree70fdd19fb3e2b3655af44aaf2ae6f6ea2e587e3b /security/revealrk
parent840c0e3cc02626da5cebd9566fb82deab811456c (diff)
downloadports-4374aeec78e150a5ef512d8876324552270c0558.tar.gz
ports-4374aeec78e150a5ef512d8876324552270c0558.zip
- Convert USE_SCONS to USES
Notes
Notes: svn path=/head/; revision=344162
Diffstat (limited to 'security/revealrk')
-rw-r--r--security/revealrk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/revealrk/Makefile b/security/revealrk/Makefile
index 443b9e5d391f..39f0e1f0dddf 100644
--- a/security/revealrk/Makefile
+++ b/security/revealrk/Makefile
@@ -13,14 +13,12 @@ LICENSE= GPLv3
PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz
-MANCOMPRESSED= yes
-NO_MANCOMPRESS= yes
+USES= scons
-USE_SCONS= yes
.if !empty(PREFIX)
-SCONS_ARGS= --prefix=${STAGEDIR}${PREFIX}
+MAKE_ARGS+= --prefix=${STAGEDIR}${PREFIX}
.else
-SCONS_ARGS= --prefix=${STAGEDIR}${LOCALBASE}
+MAKE_ARGS+= --prefix=${STAGEDIR}${LOCALBASE}
.endif
.include <bsd.port.mk>