diff options
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index d0a0fadb3030..dc6293450231 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/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 |