diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-30 11:52:22 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-30 11:52:22 +0800 |
commit | 1c570da28ad672e12722932d0dc7f48c74841012 (patch) | |
tree | c05db559d31090418f91211a359bda5a37ab54b0 /databases/interbase4 | |
parent | bb0a01d3a0a1f2067ca1243b5e358ce403095bb4 (diff) | |
download | freebsd-ports-gnome-1c570da28ad672e12722932d0dc7f48c74841012.tar.gz freebsd-ports-gnome-1c570da28ad672e12722932d0dc7f48c74841012.tar.zst freebsd-ports-gnome-1c570da28ad672e12722932d0dc7f48c74841012.zip |
Point the user to a more internationally-friendly web site (english
instead of japanese)
PR: 13755
Submitted by: maintainer
Diffstat (limited to 'databases/interbase4')
-rw-r--r-- | databases/interbase4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index 4584c0141b64..6cf3d1959125 100644 --- a/databases/interbase4/Makefile +++ b/databases/interbase4/Makefile @@ -9,7 +9,7 @@ DISTNAME= IB_4.0_FreeBSD PKGNAME= interbase-4.0 CATEGORIES= databases -MASTER_SITES= http://iblinux.rios.co.jp/dloadfb/ +MASTER_SITES= http://iblinux.rios.co.jp/intl/dloadfb/ MAINTAINER= berend@pobox.com @@ -27,7 +27,7 @@ ARCHIVE= ${WRKSRC}/interbase.tar do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}.tar.gz ]; then \ ${ECHO_MSG} "Sorry, this package cannot be fetched automagically."; \ - ${ECHO_MSG} "Point your browser to http://iblinux.rios.co.jp/dloadfb."; \ + ${ECHO_MSG} "Point your browser to http://iblinux.rios.co.jp/intl/dloadfb/."; \ ${ECHO_MSG} "And put the package in ${DISTDIR}."; \ exit 1; \ fi |