diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-23 02:47:43 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-23 02:47:43 +0000 |
commit | 86d7f3fd09da2a2532063b059b5469c6ece41f71 (patch) | |
tree | 85bf56387ffedca169b27bbfa1b2314a27d26065 | |
parent | Upgrade to 2.7.7 / fix distfile-Fennerage (diff) |
Don't list a bogus master site, because we force users to fetch
this manually. (even though the form can be filled out blank,
and the file fetched straight from the site. oh well)
-rw-r--r-- | databases/interbase4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index 6cf3d1959125..04ff48d307bc 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/intl/dloadfb/ +MASTER_SITES= # manual fetch MAINTAINER= berend@pobox.com |