From 1fe0fd41d8e003d50eca22c5a1b2680b1f1f8846 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 28 Sep 2014 17:25:12 +0000 Subject: - Convert to USES=python - Remove deprecated INSTALLS_EGGINFO - Unbreak plist for Python versions that are not version 3.3 Approved by: portmgr (implicit) --- audio/py3-pylast/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'audio') diff --git a/audio/py3-pylast/Makefile b/audio/py3-pylast/Makefile index 7ad0f8d46826..476525ea9679 100644 --- a/audio/py3-pylast/Makefile +++ b/audio/py3-pylast/Makefile @@ -13,12 +13,7 @@ COMMENT= Python3 interface to Last.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PYTHON= 3 -USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ - %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyc \ - %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyo +USES= python:3 +USE_PYTHON= distutils autoplist .include -- cgit