diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-09-27 11:32:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-09-27 11:32:22 +0000 |
commit | fd262bb0003c29ed93e753559a3040ebaa803a0a (patch) | |
tree | dcc93295fefb43cfabeddbf1866bde7fe73a9d43 /www | |
parent | bcee9c4c3a837cd7bd281e2cd6c9ba435be6b9d8 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-amf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile index d228185ba3dd..31b606dca921 100644 --- a/www/py-amf/Makefile +++ b/www/py-amf/Makefile @@ -7,7 +7,7 @@ PORTNAME= amf PORTVERSION= 0.5 CATEGORIES= www devel python -MASTER_SITES= http://download.pyamf.org/releases/ +MASTER_SITES= http://download.pyamf.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION} |