diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:40:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:40:33 +0000 |
commit | feb77f6f59dd28313001e2a463605dbd481904da (patch) | |
tree | dfdab4c69c5aba8586b192dc1e6e0732c7279dcf /converters | |
parent | e5463d7fbdbca2975b67bd131fe2603bf7defb9c (diff) |
- Fix MASTER_SITES
PR: 160088
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=280446
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-cjkcodecs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 1135950abb1e..7fa821d4c055 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -7,7 +7,7 @@ PORTNAME= cjkcodecs PORTVERSION= 1.1.1 CATEGORIES= converters python -MASTER_SITES= http://download.berlios.de/cjkpython/ +MASTER_SITES= BERLIOS/cjkpython PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org |