diff options
author | rafan <rafan@FreeBSD.org> | 2009-09-27 19:32:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-09-27 19:32:22 +0800 |
commit | 99a21c2f55d0a9a42c54ea6c75e641df4a93af03 (patch) | |
tree | fd8179626f60e4e1c6673179db471f7251ef44ca /www | |
parent | 4300c2f65d2c5a27fce4e0abfcd0e499ddebb857 (diff) | |
download | freebsd-ports-gnome-99a21c2f55d0a9a42c54ea6c75e641df4a93af03.tar.gz freebsd-ports-gnome-99a21c2f55d0a9a42c54ea6c75e641df4a93af03.tar.zst freebsd-ports-gnome-99a21c2f55d0a9a42c54ea6c75e641df4a93af03.zip |
- Fix fetch
Noticed by: pointyhat via miwi
Feature safe: yes
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} |