summaryrefslogtreecommitdiff
path: root/databases/db2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-24 22:03:27 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-24 22:03:27 +0000
commit9881b0413ba28b30cd87a00993636ae4e3b908f5 (patch)
tree19307a4c09747e91106044cf6aca5116e537a701 /databases/db2
parent- Fix plist and dependencies (diff)
- Fix fetch by using MASTER_SITE_PERL_CPAN
PR: 97854 Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes: svn path=/head/; revision=163321
Diffstat (limited to 'databases/db2')
-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