svn commit: r344118 - head/net/fspd

Martin Wilke miwi at FreeBSD.org
Thu Feb 13 14:19:54 UTC 2014


Author: miwi
Date: Thu Feb 13 14:19:54 2014
New Revision: 344118
URL: http://svnweb.freebsd.org/changeset/ports/344118
QAT: https://qat.redports.org/buildarchive/r344118/

Log:
  - Convert to USE_SCONS to USES

Modified:
  head/net/fspd/Makefile

Modified: head/net/fspd/Makefile
==============================================================================
--- head/net/fspd/Makefile	Thu Feb 13 14:18:58 2014	(r344117)
+++ head/net/fspd/Makefile	Thu Feb 13 14:19:54 2014	(r344118)
@@ -30,7 +30,7 @@ MLINKS=		fcatcmd.1 fcat.1 fcdcmd.1 fcd.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}


More information about the svn-ports-all mailing list