aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-25 06:03:27 +0800
committerahze <ahze@FreeBSD.org>2006-05-25 06:03:27 +0800
commitd49f3127a6fc18d228db33009527f0969e9943ee (patch)
treea0688e9fe1eebee82f20b1def64a1287a8648379 /databases
parent8a3204257ba4f1b774fe875032198a67580560fc (diff)
downloadfreebsd-ports-gnome-d49f3127a6fc18d228db33009527f0969e9943ee.tar.gz
freebsd-ports-gnome-d49f3127a6fc18d228db33009527f0969e9943ee.tar.zst
freebsd-ports-gnome-d49f3127a6fc18d228db33009527f0969e9943ee.zip
- Fix fetch by using MASTER_SITE_PERL_CPAN
PR: 97854 Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/db2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile
index efa6e057d3d5..842d92aa7837 100644
--- a/databases/db2/Makefile
+++ b/databases/db2/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 2.7.7
PORTREVISION= 1
CATEGORIES= databases
#MASTER_SITES= http://www.sleepycat.com/update/snapshot/
-MASTER_SITES= ftp://sleepycat1.inetu.net/releases/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../src/misc
DISTNAME= db-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org