svn commit: r358478 - head/shells/rc

Adam Weinberger adamw at FreeBSD.org
Thu Jun 19 23:59:38 UTC 2014


Author: adamw
Date: Thu Jun 19 23:59:37 2014
New Revision: 358478
URL: http://svnweb.freebsd.org/changeset/ports/358478
QAT: https://qat.redports.org/buildarchive/r358478/

Log:
  USES, and remove unnecessary +='s from OPTIONS helpers.

Modified:
  head/shells/rc/Makefile

Modified: head/shells/rc/Makefile
==============================================================================
--- head/shells/rc/Makefile	Thu Jun 19 23:57:32 2014	(r358477)
+++ head/shells/rc/Makefile	Thu Jun 19 23:59:37 2014	(r358478)
@@ -10,14 +10,14 @@ MASTER_SITES=	ftp://rc.quanstro.net/pub/
 MAINTAINER=	quanstro at quanstro.net
 COMMENT=	Unix incarnation of the plan9 shell
 
-USE_BZIP2=	YES
+USES=		tar:bz2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-history
 
 OPTIONS_DEFINE=	READLINE
 
-READLINE_USES+=		readline
-READLINE_CONFIGURE_WITH+=	--with-readline
-READLINE_MAKE_ARGS_OFF+=	CFLAGS="$(CFLAGS) -static"
+READLINE_USES=		readline
+READLINE_CONFIGURE_WITH=--with-readline
+READLINE_MAKE_ARGS_OFF=	CFLAGS="$(CFLAGS) -static"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list