diff options
author | mat <mat@FreeBSD.org> | 2014-06-13 21:14:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-06-13 21:14:32 +0800 |
commit | 0af4b42c06c5942c052d871ed776286d31ce0c03 (patch) | |
tree | b699ed893340362e54d75ca91b2291a7cff0b32f /dns/bind99 | |
parent | 5e1d0132001a6708deecf5e54692984aac977e38 (diff) | |
download | freebsd-ports-gnome-0af4b42c06c5942c052d871ed776286d31ce0c03.tar.gz freebsd-ports-gnome-0af4b42c06c5942c052d871ed776286d31ce0c03.tar.zst freebsd-ports-gnome-0af4b42c06c5942c052d871ed776286d31ce0c03.zip |
Correct local path for rpz* patchs.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index bfb5cfe906e5..aef98f40add5 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -96,7 +96,7 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname RPZ_PATCH_PATCHFILES= 9.9.5-P1-rpz2+rl.14038.05.patch:vix -RPZ_PATCH_PATCH_SITES= http://ss.vix.su/~vjs/:vix ${MASTER_SITE_LOCAL:S/%%SUBDIR%%/mat\/bind/:S/$/:vix/} +RPZ_PATCH_PATCH_SITES= http://ss.vix.su/~vjs/:vix ${MASTER_SITE_LOCAL:S/%SUBDIR%/mat\/bind/:S/$/:vix/} RRL_CONFIGURE_ENABLE= rrl |