diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-08 01:52:27 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-08 01:52:27 +0000 |
commit | a117739590e5a7da3d6188eeb552ece074829d17 (patch) | |
tree | 961e91700dddbff4030026f5ba68d0971ecf5352 /shells | |
parent | 081f3d8d54b230f824b472295d88604ae7311a5d (diff) | |
download | FreeBSD-ports-a117739590e5a7da3d6188eeb552ece074829d17.zip FreeBSD-ports-a117739590e5a7da3d6188eeb552ece074829d17.tar.gz |
- Shells/rc got a new MASTER_SITES [1]
- This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1]
- OPTIONify [2]
PR: ports/97298 [1]
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> [1]
itetcu (me) [2]
Approved by: maintainer-timeout, lawrance (mentor, implicit)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rc/Makefile | 16 | ||||
-rw-r--r-- | shells/rc/distinfo | 6 |
2 files changed, 14 insertions, 8 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 6773943..8016d78 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -8,20 +8,26 @@ PORTNAME= rc PORTVERSION= 1.7.1 CATEGORIES= shells plan9 -MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ +MASTER_SITES= ftp://rc.quanstro.net/pub/ \ + ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ MAINTAINER= saken@hotel.rmta.org COMMENT= A unix incarnation of the plan9 shell +USE_BZIP2= YES GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history MAN1= history.1 rc.1 -.if defined(WITH_READLINE) + +OPTIONS= READLINE "Build readline support" off + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_READLINE) CONFIGURE_ARGS+= --with-readline -.endif -.if !defined(WITH_READLINE) +.else MAKE_ARGS+= CFLAGS="$(CFLAGS) -static" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/shells/rc/distinfo b/shells/rc/distinfo index cbc9743..7883af7 100644 --- a/shells/rc/distinfo +++ b/shells/rc/distinfo @@ -1,3 +1,3 @@ -MD5 (rc-1.7.1.tar.gz) = 7253e1c853824cf27edb2166214f0511 -SHA256 (rc-1.7.1.tar.gz) = 1cff23e897a038422458ba01567a5a2650935205862c3bbf73e773807c248240 -SIZE (rc-1.7.1.tar.gz) = 177302 +MD5 (rc-1.7.1.tar.bz2) = f9551a484f0dd72de69f70c413d931f7 +SHA256 (rc-1.7.1.tar.bz2) = 3a885d1c75e3ff22e22cc2b397b21a2a75810bc1a0d39adc4b2a47b7c81f4bd5 +SIZE (rc-1.7.1.tar.bz2) = 149624 |