diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:50:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:50:15 +0800 |
commit | 312eefba850debde0a68c94c34ec2b4e96c66852 (patch) | |
tree | 58a370f5f0aadb4dbf9fc784485c6969548f0794 /x11/rxvt-devel | |
parent | 88bb9f8adcdc3e46614751e888bd681351a29415 (diff) | |
download | freebsd-ports-gnome-312eefba850debde0a68c94c34ec2b4e96c66852.tar.gz freebsd-ports-gnome-312eefba850debde0a68c94c34ec2b4e96c66852.tar.zst freebsd-ports-gnome-312eefba850debde0a68c94c34ec2b4e96c66852.zip |
*** empty log message ***
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 483d92ade470..bfa04428abfe 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -8,15 +8,16 @@ # (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use # the same distfile. -PORTNAME= rxvt +PORTNAME= rxvt-devel PORTVERSION= 2.7.3 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/terms + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \ + ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ +DISTNAME= rxvt-${PORTVERSION} -PATCH_SITES= ftp://ftp.rxvt.org/pub/rxvt/ +PATCH_SITES= ${MASTER_SITES} PATCHFILES= rxvt-2.7.3.patch1.gz PATCH_DIST_STRIP+= -p1 |