diff options
author | nork <nork@FreeBSD.org> | 2006-01-28 11:19:38 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-01-28 11:19:38 +0800 |
commit | 12c0a2c84178d645e723f9df419a10feb8082255 (patch) | |
tree | 65684c37c517484c3483c32c55bb3708232a8aa7 /converters | |
parent | a549e0799f01310d0fc8c2cd3660e080298569eb (diff) | |
download | freebsd-ports-graphics-12c0a2c84178d645e723f9df419a10feb8082255.tar.gz freebsd-ports-graphics-12c0a2c84178d645e723f9df419a10feb8082255.tar.zst freebsd-ports-graphics-12c0a2c84178d645e723f9df419a10feb8082255.zip |
Add backup sites for WITH_EXTRA_PATCHES.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 76cbb125139..272d33ae6bb 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 |