diff options
author | swills <swills@FreeBSD.org> | 2014-04-17 11:22:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-17 11:22:45 +0800 |
commit | 6b4e0221d2302be074254937c7944e304e08a19f (patch) | |
tree | 38cf2b5eea19e19272dbd70171cffe399f818a85 | |
parent | 280bfa832a4fef3f687a7dae25d46ccf0ea1051e (diff) | |
download | freebsd-ports-gnome-6b4e0221d2302be074254937c7944e304e08a19f.tar.gz freebsd-ports-gnome-6b4e0221d2302be074254937c7944e304e08a19f.tar.zst freebsd-ports-gnome-6b4e0221d2302be074254937c7944e304e08a19f.zip |
- And the previous commit also should have remove PYDISTUTILS_PKGNAME which is
also not effective with USE_PYDISTUTILS=yes
Reported by: koobs
Submitted by: koobs
Pointyhat to: swills
-rw-r--r-- | www/py-amf/Makefile | 5 |
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> |