aboutsummaryrefslogtreecommitdiff
path: root/shells/rc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-06-19 23:59:37 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-06-19 23:59:37 +0000
commita846087921f527c6362ef28182d346ccd4b67c59 (patch)
tree9b9f038dbc010e5cb4f7809c7431300544f4622a /shells/rc
parent540107d6884dd036e72424c57c8e6a8b8da25151 (diff)
downloadports-a846087921f527c6362ef28182d346ccd4b67c59.tar.gz
ports-a846087921f527c6362ef28182d346ccd4b67c59.zip
USES, and remove unnecessary +='s from OPTIONS helpers.
Notes
Notes: svn path=/head/; revision=358478
Diffstat (limited to 'shells/rc')
-rw-r--r--shells/rc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index 42c001850957..1c8454afe09b 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -10,14 +10,14 @@ MASTER_SITES= ftp://rc.quanstro.net/pub/ \
MAINTAINER= quanstro@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>