diff options
author | grant <grant> | 2002-12-15 14:55:21 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-15 14:55:21 +0000 |
commit | cc7fd85040ae8c22b2454cfcd1eec94ccb6eec36 (patch) | |
tree | d1fe8c9fd6a0276dcf598bff976dd0657277e542 /x11/rxvt | |
parent | 8baf74d80de44bd8c15720bfac2196eb3d932495 (diff) | |
download | pkgsrc-cc7fd85040ae8c22b2454cfcd1eec94ccb6eec36.tar.gz |
update MASTER_SITES.
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 18fe2122455..24a6f94756f 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/10/26 18:02:16 bouyer Exp $ +# $NetBSD: Makefile,v 1.33 2002/12/15 14:55:21 grant Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -6,6 +6,7 @@ DISTNAME= rxvt-2.7.3 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://ftp.rxvt.org/pub/rxvt/devel/ \ + ftp://ftp.rxvt.org/pub/rxvt/old/ \ ftp://mason.primenet.com.au/pub/rxvt/ EXTRACT_SUFX= .tar.bz2 |