diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-02-19 04:04:58 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-02-19 04:04:58 +0000 |
commit | 13f0462994cb11c048d58b731340ffddb0f6e776 (patch) | |
tree | dcc41b06c6093836e0d75a50411c7a61f10c0d82 /converters/iconv | |
parent | 120dbcfa48912ce2ea4832ff21a3619b79c85e54 (diff) | |
download | ports-13f0462994cb11c048d58b731340ffddb0f6e776.tar.gz ports-13f0462994cb11c048d58b731340ffddb0f6e776.zip |
Notes
Diffstat (limited to 'converters/iconv')
-rw-r--r-- | converters/iconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 5e6836d571e0..9da85a6dd827 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -9,7 +9,8 @@ PORTNAME= iconv PORTVERSION= 2.0 PORTREVISION= 3 CATEGORIES= converters -MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Charset conversion library and utilities |