diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 21:34:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 21:34:40 +0000 |
commit | 652c46069487656c14dfb6d3f06c535bbe929c8c (patch) | |
tree | 69a7e1d73ceb3c32836976093383a10e7fb873c5 /devel/py-polib | |
parent | 281ceb96b4e80a1ba15d70c78944a0ffc0eb7f25 (diff) |
Use the new MASTER_SITE_GOOGLE_CODE macro
Notes
Notes:
svn path=/head/; revision=208532
Diffstat (limited to 'devel/py-polib')
-rw-r--r-- | devel/py-polib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-polib/Makefile b/devel/py-polib/Makefile index 06a3b3498411..3515898a86d9 100644 --- a/devel/py-polib/Makefile +++ b/devel/py-polib/Makefile @@ -8,7 +8,7 @@ PORTNAME= polib PORTVERSION= 0.3.1 CATEGORIES= devel python -MASTER_SITES= http://polib.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= oleg@ht-systems.ru |