Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 13:02:08 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306672 - head/net-p2p/transmission-cli
Message-ID:  <201210301302.q9UD28HT095319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301302.q9UD28HT095319>