diff options
author | grant <grant@pkgsrc.org> | 2002-12-15 14:55:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-15 14:55:21 +0000 |
commit | 9cecc7135610ab174a16e4ae10192c4ae2e0a42d (patch) | |
tree | d1fe8c9fd6a0276dcf598bff976dd0657277e542 /x11/rxvt | |
parent | 1449f89b4834df79883c83e9bfa700fb21ade3da (diff) | |
download | pkgsrc-9cecc7135610ab174a16e4ae10192c4ae2e0a42d.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 |