aboutsummaryrefslogtreecommitdiff
path: root/net/fspd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-13 14:19:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-13 14:19:54 +0000
commit40e92fa47ffbde062911d08668bf94ac9858ecfb (patch)
tree3727ce2300ad182a6841b5e17cdae0f581db7aa5 /net/fspd
parent6d93596b18261206e1826ef4c12de73ffbb6549d (diff)
downloadports-40e92fa47ffbde062911d08668bf94ac9858ecfb.tar.gz
ports-40e92fa47ffbde062911d08668bf94ac9858ecfb.zip
- Convert to USE_SCONS to USES
Notes
Notes: svn path=/head/; revision=344118
Diffstat (limited to 'net/fspd')
-rw-r--r--net/fspd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile
index 38540abd3caf..cc4060ece7a9 100644
--- a/net/fspd/Makefile
+++ b/net/fspd/Makefile
@@ -30,7 +30,7 @@ MLINKS= fcatcmd.1 fcat.1 fcdcmd.1 fcd.1 fducmd.1 fdu.1 \
frmdircmd.1 frmdir.1 fstatcmd.1 fstat.1 fmvcmd.1 fmv.1 \
fsetupcmd.1 fsetup.1
-USE_SCONS= yes
+USES= scons
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -42,7 +42,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MINFINITE}
-SCONS_ARGS+= disable-timeout=yes
+MAKE_ARGS+= disable-timeout=yes
.endif
.if ! ${PORT_OPTIONS:MNOCLIENTS}