diff options
author | agc <agc@pkgsrc.org> | 1999-06-03 10:29:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-06-03 10:29:48 +0000 |
commit | 9c40d0d46ef188b910f610aafcbc4bb384e672dc (patch) | |
tree | 896f27f5dcead0c80780850f9b65844e69307257 /plan9/rc/Makefile | |
parent | bfeae5b1e294a1795c4fe29f981534ca3a5c6448 (diff) | |
download | pkgsrc-9c40d0d46ef188b910f610aafcbc4bb384e672dc.tar.gz |
Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.
This version has GNU autoconf support, a new master site, and a home page.
Diffstat (limited to 'plan9/rc/Makefile')
-rw-r--r-- | plan9/rc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plan9/rc/Makefile b/plan9/rc/Makefile index 85734bb0d1c..2ff4fe81b6d 100644 --- a/plan9/rc/Makefile +++ b/plan9/rc/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.8 1998/06/22 13:01:52 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/06/03 10:29:48 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp # -DISTNAME= rc-1.5betadev-1 -PKGNAME= rc-1.5b1 +DISTNAME= rc-1.6 CATEGORIES= plan9 -MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ +MASTER_SITES= http://www.star.le.ac.uk/%7Etjg/rc/release/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.star.le.ac.uk/%7Etjg/rc/ -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-history .include "../../mk/bsd.pkg.mk" |