aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-04-17 03:22:45 +0000
committerSteve Wills <swills@FreeBSD.org>2014-04-17 03:22:45 +0000
commitdddc152f090144cadaf6fb1f28c5acec7d52eb20 (patch)
tree38cf2b5eea19e19272dbd70171cffe399f818a85 /www
parent7f6adae082b850d0747edc0556ce6c4659b8f0cd (diff)
downloadports-dddc152f090144cadaf6fb1f28c5acec7d52eb20.tar.gz
ports-dddc152f090144cadaf6fb1f28c5acec7d52eb20.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-amf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile
index 6cfc0865ffad..ead31438a008 100644
--- a/www/py-amf/Makefile
+++ b/www/py-amf/Makefile
@@ -6,16 +6,15 @@ PORTVERSION= 0.6.1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
+DISTNAME= PyAMF-${PORTVERSION}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= AMF support for Python
LICENSE= MIT
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= PyAMF
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>