diff options
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 5a52331..beee85b 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.15 1998/03/16 07:13:53 steve Exp $ +# $Id: Makefile,v 1.16 1998/08/05 09:31:47 asami Exp $ # -DISTNAME= rxvt-2.4.5 +DISTNAME= rxvt-2.4.7 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ +MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ \ + ${MASTER_SITE_SUNSITE} \ + ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/ +MASTER_SITE_SUBDIR= X11/terms MAINTAINER= ports@FreeBSD.ORG |