svn commit: r306672 - head/net-p2p/transmission-cli

Chris Rees crees at FreeBSD.org
Tue Oct 30 13:02:08 UTC 2012


Author: crees
Date: Tue Oct 30 13:02:07 2012
New Revision: 306672
URL: http://svn.freebsd.org/changeset/ports/306672

Log:
  Use LITE instead of LIGHTWEIGHT with standard description
  
  Suggested by:	danfe
  Feature safe:	yes

Modified:
  head/net-p2p/transmission-cli/Makefile

Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile	Tue Oct 30 12:50:16 2012	(r306671)
+++ head/net-p2p/transmission-cli/Makefile	Tue Oct 30 13:02:07 2012	(r306672)
@@ -20,9 +20,7 @@ SLAVEPORT?=	cli
 
 CONFLICTS_INSTALL=	${PORTNAME}${PKGNAMESUFFIX}-2.5*
 
-OPTIONS_DEFINE=	LIGHTWEIGHT
-
-LIGHTWEIGHT_DESC=	Build for low memory / low speed devices
+OPTIONS_DEFINE=	LITE
 
 .include <bsd.port.options.mk>
 
@@ -48,7 +46,7 @@ EXTRA_CONF_ARGS?=--enable-cli \
 		 --disable-mac \
 		 --disable-nls
 
-.if ${PORT_OPTIONS:MLIGHTWEIGHT}
+.if ${PORT_OPTIONS:MLITE}
 CONFIGURE_ARGS+=--enable-lightweight
 .endif
 


More information about the svn-ports-all mailing list