aboutsummaryrefslogtreecommitdiff
path: root/audio/py-tagpy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-19 07:17:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-19 07:17:46 +0000
commit64e0f0e692446defd04e806c2e84bd528d9d6e6f (patch)
tree72b9fe0aadc59a7db75ec2a30f4e767791800022 /audio/py-tagpy
parent3a88363b7b322312ec3037fab3ebaa8b3fa1b96f (diff)
downloadports-64e0f0e692446defd04e806c2e84bd528d9d6e6f.tar.gz
ports-64e0f0e692446defd04e806c2e84bd528d9d6e6f.zip
- Stage support
- Convert to autoplist - Bump PORTREV
Notes
Notes: svn path=/head/; revision=345008
Diffstat (limited to 'audio/py-tagpy')
-rw-r--r--audio/py-tagpy/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index fcc0cf123c0c..4f540477f45c 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tagpy
PORTVERSION= 2013.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,12 +28,9 @@ python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
SHEBANG_FILES= configure.py
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
USE_GCC= yes
-NO_STAGE= yes
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYEASYINSTALL_ARCHDEP= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>