diff options
author | pav <pav@FreeBSD.org> | 2004-04-02 06:09:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-02 06:09:43 +0000 |
commit | 9645de549191123d8ce5ad19878f377f943379b1 (patch) | |
tree | 0e16926c6e8ea20832418e4c9e3d0d94fe026202 /shells/rc | |
parent | f46ccf40003a64f83d0250b641175b2edb935c61 (diff) | |
download | FreeBSD-ports-9645de549191123d8ce5ad19878f377f943379b1.zip FreeBSD-ports-9645de549191123d8ce5ad19878f377f943379b1.tar.gz |
- Fix CONFIGURE_ARGS handling
PR: ports/64823
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
Diffstat (limited to 'shells/rc')
-rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 62209fe..02f43f0 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> |