diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 19:30:48 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 19:30:48 +0000 |
commit | 97f321dff27769b08ea403010f916ff4fcbe61b9 (patch) | |
tree | f118d07ccb9357280c1c9590d99981f9cddb92f0 /x11/rxvt/Makefile | |
parent | e400bc62bb62456ba91ef5ecad2e29e472e8be0f (diff) | |
download | FreeBSD-ports-97f321dff27769b08ea403010f916ff4fcbe61b9.zip FreeBSD-ports-97f321dff27769b08ea403010f916ff4fcbe61b9.tar.gz |
Update to version 2.6.1
PR: 13204
Submitted by: maintainer
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index babdb8c..4dbfb17 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,21 +1,18 @@ # New ports collection Makefile for: rxvt -# Version required: 2.6.0 +# Version required: 2.6.1 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.23 1999/06/22 23:51:38 mph Exp $ +# $Id: Makefile,v 1.24 1999/07/03 18:02:01 obrien Exp $ # -# If possible, please consider updating the simple ports/x11-clocks/rclock -# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use -# the same distfile. - -DISTNAME= rxvt-2.6.0 +DISTNAME= rxvt-2.6.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ - http://wm.current.nu/files/ \ - ftp://ftp.nstu.ru/pub/sources/x/ + ${MASTER_SITE_SUNSITE} + +MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com |