diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 11:41:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 11:41:49 +0800 |
commit | 29ca10252353829e542e9a870a7b062527a37214 (patch) | |
tree | 02aee8ed49cb8be7c58ebf929fa276e5fb51ad8e /converters | |
parent | e92e2c62020f5b64977e17a7df327b3b191436b0 (diff) | |
download | freebsd-ports-gnome-29ca10252353829e542e9a870a7b062527a37214.tar.gz freebsd-ports-gnome-29ca10252353829e542e9a870a7b062527a37214.tar.zst freebsd-ports-gnome-29ca10252353829e542e9a870a7b062527a37214.zip |
- Fix MASTER_SITES
PR: 160089
Submitted by: Ports Fury
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-iconvcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/py-iconvcodec/Makefile b/converters/py-iconvcodec/Makefile index 0065aa402e21..125b1cf4c21d 100644 --- a/converters/py-iconvcodec/Makefile +++ b/converters/py-iconvcodec/Makefile @@ -7,7 +7,7 @@ PORTNAME= iconvcodec PORTVERSION= 1.1.2 CATEGORIES= converters python -MASTER_SITES= http://download.berlios.de/cjkpython/ +MASTER_SITES= BERLIOS/cjkpython PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org |