aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-09-26 21:53:37 +0800
committermva <mva@FreeBSD.org>2014-09-26 21:53:37 +0800
commite3fe2ac7f22a8cdd2f202997485612f355f04a88 (patch)
treeab14425b6b066d01ea71dc4e7681b86d4c3850ce /audio
parente2c606af26c1503722059d66ecc15b6c85b3da6d (diff)
downloadfreebsd-ports-gnome-e3fe2ac7f22a8cdd2f202997485612f355f04a88.tar.gz
freebsd-ports-gnome-e3fe2ac7f22a8cdd2f202997485612f355f04a88.tar.zst
freebsd-ports-gnome-e3fe2ac7f22a8cdd2f202997485612f355f04a88.zip
- Convert to USES=python
- Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry Approved by: portmgr (implicit) With hat: python@
Diffstat (limited to 'audio')
-rw-r--r--audio/py-pylast/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile
index 757f8dd2706e..04efa1968661 100644
--- a/audio/py-pylast/Makefile
+++ b/audio/py-pylast/Makefile
@@ -14,12 +14,7 @@ COMMENT= Python interface to Last.fm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-INSTALLS_EGGINFO= yes
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \
- %%PYTHON_SITELIBDIR%%/pylast.pyc \
- %%PYTHON_SITELIBDIR%%/pylast.pyo
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>