summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-30 03:52:22 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-30 03:52:22 +0000
commit78004852d51ed40ec8f21c988c1d83b175050f78 (patch)
tree72adb83a2e250a818a62cb8f7649288604cd7771 /databases
parentRespect CC and CFLAGS (diff)
Point the user to a more internationally-friendly web site (english
instead of japanese) PR: 13755 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22086
Diffstat (limited to 'databases')
-rw-r--r--databases/interbase4/Makefile4
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