aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-08 17:03:01 +0800
committermva <mva@FreeBSD.org>2014-06-08 17:03:01 +0800
commit58ec4343dde61d903489e7686f1a3102572244f6 (patch)
tree342b69afd46c6f5457fb586653a0aa023c5a50bd /audio
parent53bd637cee76473b58f38747f5f79cafdc52b909 (diff)
downloadfreebsd-ports-gnome-58ec4343dde61d903489e7686f1a3102572244f6.tar.gz
freebsd-ports-gnome-58ec4343dde61d903489e7686f1a3102572244f6.tar.zst
freebsd-ports-gnome-58ec4343dde61d903489e7686f1a3102572244f6.zip
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r--audio/py-pyacoustid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/py-pyacoustid/Makefile b/audio/py-pyacoustid/Makefile
index 9222dc8c3412..085f901aedbb 100644
--- a/audio/py-pyacoustid/Makefile
+++ b/audio/py-pyacoustid/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pyacoustid
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ LICENSE= MIT
LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>