diff options
author | grant <grant@pkgsrc.org> | 2002-07-12 06:37:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-07-12 06:37:14 +0000 |
commit | 3a2577e59ef02441dba3c318c93a6e081552e41e (patch) | |
tree | 7d630c0094a95d1c53e37ee5494825bf095e7c61 /converters/libiconv/Makefile | |
parent | f6c4cd6740ed4c67e65aab54e8dd2daab9a05996 (diff) | |
download | pkgsrc-3a2577e59ef02441dba3c318c93a6e081552e41e.tar.gz |
update MASTER_SITES to use MASTER_SITE_GNU.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 964856e85d5..9123510b31b 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2002/05/14 15:57:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/07/12 06:37:14 grant Exp $ # DISTNAME= libiconv-1.7 PKGREVISION= 2 CATEGORIES= converters -MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnu.org/software/libiconv/ |