- 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
This commit is contained in:
parent
7f6adae082
commit
dddc152f09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351440
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue