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 /converters/libiconv | |
parent | 094f32094d742ac5aa483a766c8953ab3725a7f8 (diff) | |
download | ports-3079a3f5ff6ee03678cdf2b070e3d2bd2aa74913.tar.gz ports-3079a3f5ff6ee03678cdf2b070e3d2bd2aa74913.zip |
Notes
Diffstat (limited to 'converters/libiconv')
-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 |