diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-13 06:33:08 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-13 06:33:08 +0000 |
commit | 46040af7a9dc8ac46304bbaccafd63da0b888d9e (patch) | |
tree | 5c6befa57f0379c521661177aba603c3ec024100 /x11/rxvt | |
parent | 73746c7d975f6430f9595f96e2050d083ab7cc13 (diff) | |
download | ports-46040af7a9dc8ac46304bbaccafd63da0b888d9e.tar.gz ports-46040af7a9dc8ac46304bbaccafd63da0b888d9e.zip |
Notes
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 |