diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-07 20:24:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-07 20:24:55 +0800 |
commit | 941cfe6725f9d70f234d9109aa9d551517de02d0 (patch) | |
tree | 12bfcfe235e67f8149c4e6725ce802e74d1b7708 /x11 | |
parent | 0af386754873cea00d717548d41c5c20be8eb286 (diff) | |
download | freebsd-ports-gnome-941cfe6725f9d70f234d9109aa9d551517de02d0.tar.gz freebsd-ports-gnome-941cfe6725f9d70f234d9109aa9d551517de02d0.tar.zst freebsd-ports-gnome-941cfe6725f9d70f234d9109aa9d551517de02d0.zip |
Upgrade to 2.20.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 12 |
3 files changed, 15 insertions, 21 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index af63729a10de..01b472b025da 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -6,11 +6,13 @@ # $Id: Makefile,v 1.10 1996/12/08 02:30:29 obrien Exp $ # -DISTNAME= rxvt-2.16 +DISTNAME= rxvt-2.20 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.jurai.net/users/winter/rxvt/distfiles/ -MASTER_SITE_SUBDIR= X11/xutils/terms + ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ +MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt +#MASTER_SITE_SUBDIR= X11/xutils/terms MAINTAINER= winter@jurai.net @@ -18,8 +20,4 @@ USE_X11= yes GNU_CONFIGURE= yes MAN1= rxvt.1 -post-install: - /usr/sbin/chown root ${PREFIX}/bin/rxvt - /bin/chmod 4755 ${PREFIX}/bin/rxvt - .include <bsd.port.mk> diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index af63729a10de..01b472b025da 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,11 +6,13 @@ # $Id: Makefile,v 1.10 1996/12/08 02:30:29 obrien Exp $ # -DISTNAME= rxvt-2.16 +DISTNAME= rxvt-2.20 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.jurai.net/users/winter/rxvt/distfiles/ -MASTER_SITE_SUBDIR= X11/xutils/terms + ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ +MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt +#MASTER_SITE_SUBDIR= X11/xutils/terms MAINTAINER= winter@jurai.net @@ -18,8 +20,4 @@ USE_X11= yes GNU_CONFIGURE= yes MAN1= rxvt.1 -post-install: - /usr/sbin/chown root ${PREFIX}/bin/rxvt - /bin/chmod 4755 ${PREFIX}/bin/rxvt - .include <bsd.port.mk> diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index af63729a10de..01b472b025da 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -6,11 +6,13 @@ # $Id: Makefile,v 1.10 1996/12/08 02:30:29 obrien Exp $ # -DISTNAME= rxvt-2.16 +DISTNAME= rxvt-2.20 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.jurai.net/users/winter/rxvt/distfiles/ -MASTER_SITE_SUBDIR= X11/xutils/terms + ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ +MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt +#MASTER_SITE_SUBDIR= X11/xutils/terms MAINTAINER= winter@jurai.net @@ -18,8 +20,4 @@ USE_X11= yes GNU_CONFIGURE= yes MAN1= rxvt.1 -post-install: - /usr/sbin/chown root ${PREFIX}/bin/rxvt - /bin/chmod 4755 ${PREFIX}/bin/rxvt - .include <bsd.port.mk> |