diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-15 20:16:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-15 20:16:13 +0000 |
commit | 3079a3f5ff6ee03678cdf2b070e3d2bd2aa74913 (patch) | |
tree | a27357dc02e835e9a8e7dfea22c78d5fa5642acf | |
parent | Update to 1.2.12. (diff) |
Add a few other distfile mirrors.
Reported by: Anders Andersson <anders@sanyusan.se>,
Kent Stewart <kstewart@owt.com>
Notes
Notes:
svn path=/head/; revision=61325
-rw-r--r-- | converters/libiconv/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 8fb6239ed3dc..6e37ae68f4df 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -8,9 +8,12 @@ PORTNAME= libiconv PORTVERSION= 1.7.0.1 CATEGORIES= converters devel -MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.marcuscom.com/downloads/ \ + ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= marcus \ + ${PORTNAME} MAINTAINER= gnome@FreeBSD.org |