aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-02 06:09:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-02 06:09:43 +0000
commit575e4029dbe6dfd6c0b7dbf9bce52c36cd06f4dc (patch)
treebdd3a43c6e9478fcccfbe280c6e01eca7a20d16e /shells
parentc6e4d4b73405472441c7c1f39825361c1d0ab5df (diff)
downloadports-575e4029dbe6dfd6c0b7dbf9bce52c36cd06f4dc.tar.gz
ports-575e4029dbe6dfd6c0b7dbf9bce52c36cd06f4dc.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/rc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index 62209feb1346..02f43f0846fb 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -14,6 +14,10 @@ MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \
MAINTAINER= saken@hotel.rmta.org
COMMENT= A unix incarnation of the plan9 shell
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-history
+MAN1= history.1 rc.1
+
.if defined(WITH_READLINE)
CONFIGURE_ARGS+= --with-readline
.endif
@@ -21,8 +25,4 @@ CONFIGURE_ARGS+= --with-readline
MAKE_ARGS+= CFLAGS="$(CFLAGS) -static"
.endif
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-history
-MAN1= history.1 rc.1
-
.include <bsd.port.mk>