diff options
-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 |