From 62bd59b8070fe8439839d824207a26cb55e32f89 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Fri, 26 Sep 2014 13:53:37 +0000 Subject: [PATCH] - Convert to USES=python - Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry Approved by: portmgr (implicit) With hat: python@ --- audio/py-pylast/Makefile | 9 ++------- 1 file 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