1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert USE_SCONS to USES

This commit is contained in:
Martin Wilke 2014-02-14 05:30:34 +00:00
parent 840c0e3cc0
commit 4374aeec78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344162

View File

@ -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>