diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-13 06:33:08 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-13 06:33:08 +0000 |
commit | 7da08a34696fe94463121fa2d9a97ec33859bd5e (patch) | |
tree | 38945d126746e1438099e8dcb61147c5a2568fc8 /x11/rxvt-unicode | |
parent | 10c63a2dd756027ea69eb8212f091641f2d313c7 (diff) | |
download | FreeBSD-ports-7da08a34696fe94463121fa2d9a97ec33859bd5e.zip FreeBSD-ports-7da08a34696fe94463121fa2d9a97ec33859bd5e.tar.gz |
Add additional master sites
PR: 11103
Submitted by: Chris Piazza cpiazza@home.net
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index d0a0fad..dc62934 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -3,12 +3,15 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.19 1999/02/22 03:09:37 steve Exp $ +# $Id: Makefile,v 1.20 1999/03/15 04:23:51 steve Exp $ # DISTNAME= rxvt-2.4.11 CATEGORIES= x11 -MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/old/ +MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/old/ \ + http://wm.current.nu/files/ \ + ftp://ftp.nstu.ru/pub/sources/x/ + MAINTAINER= ports@FreeBSD.ORG |