diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-26 05:42:50 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-26 05:42:50 +0800 |
commit | bee5089aac6ee909e0c64a9dcb2405017663bbb6 (patch) | |
tree | 7aaf375f296a974056d1aad3b8ce3ea3bf3be3be /shells/rc/Makefile | |
parent | 3aff556de146ed34c9fdd6b2fb6f17795376b591 (diff) | |
download | freebsd-ports-gnome-bee5089aac6ee909e0c64a9dcb2405017663bbb6.tar.gz freebsd-ports-gnome-bee5089aac6ee909e0c64a9dcb2405017663bbb6.tar.zst freebsd-ports-gnome-bee5089aac6ee909e0c64a9dcb2405017663bbb6.zip |
1) Update ports/shells/rc to version 1.6 (the first release version
in many years.)
2) change MAINTAINER line to myself, this is with the approval of
erich@FreeBSD.org (the current maintainer)
3) update the pkg/DESCR to include a WWW line
PR: 12392
Submitted by: Scott A. Kenney <saken@hotel.rmta.org>
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index f0395687ba7a..1ad9e6e92f05 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,19 +1,20 @@ -# New ports collection makefile for: rc -# Version required: 1.5b1 -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com +# New ports collection makefile for: rc +# Version required: 1.6 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com # -# $Id: Makefile,v 1.6 1999/01/09 03:19:39 asami Exp $ +# $Id: Makefile,v 1.7 1999/03/15 04:34:14 steve Exp $ # -DISTNAME= rc-1.5b2 +DISTNAME= rc-1.6 CATEGORIES= shells plan9 -MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ +MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \ + ftp://ftp.sys.utoronto.ca/pub/rc/ -MAINTAINER= erich@FreeBSD.org +MAINTAINER= saken@hotel.rmta.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-history +CONFIGURE_ARGS= --with-history MAN1= history.1 rc.1 .include <bsd.port.mk> |