summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-01-28 03:19:38 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-01-28 03:19:38 +0000
commit60b8657b870beeb6a9295e0bf7d90d85600db647 (patch)
tree7499a9d7016adb5ec4183f47d274a47688bcdb9c /converters/libiconv
parentUpdate to 2006.01.27. (diff)
Add backup sites for WITH_EXTRA_PATCHES.
Notes
Notes: svn path=/head/; revision=154628
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 76cbb125139e..272d33ae6bbb 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -37,6 +37,8 @@ CONFIGURE_ARGS+= --enable-extra-encodings
.if defined(WITH_EXTRA_PATCHES)
PATCH_SITES+= http://www2d.biglobe.ne.jp/~msyk/software/libiconv/
+PATCH_SITES+= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= nork
PATCHFILES+= ${DISTNAME}-cp932.patch.gz
PATCH_DIST_STRIP+= -p1
.endif