diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-06-29 08:35:24 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-06-29 08:35:24 +0000 |
commit | 8e7249441db855c3b516f3732cb5c416eb8f605b (patch) | |
tree | f14bf964ab9d018c3952887315cdf3ee00c746c7 /dns/djbdns | |
parent | c19207d239f04c474efa27f46b8c8298686fdef8 (diff) | |
download | ports-8e7249441db855c3b516f3732cb5c416eb8f605b.tar.gz ports-8e7249441db855c3b516f3732cb5c416eb8f605b.zip |
Notes
Diffstat (limited to 'dns/djbdns')
-rw-r--r-- | dns/djbdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 0e42a9f678a6..bb72f81f1ac2 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -35,7 +35,8 @@ OPTIONS= DUMPCACHE "persistent cache for dnscache" off \ BROKEN= The jumbo patch currently conflicts with the IPv6 and ignoreip2 patches .endif -PATCH_SITES+= http://www.ro.kde.org/djbdns/mywork/jumbo/:jumbo +PATCH_SITES+= http://people.FreeBSD.org/~roam/ports/dns/djbdns/:jumbo \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%\//roam\/dns\/djbdns\/:jumbo/} PATCHFILES+= jumbo-p13.patch.gz:jumbo PATCH_DIST_STRIP= -p1 .if defined(WITH_DUMPCACHE) |