diff options
author | mva <mva@FreeBSD.org> | 2014-09-29 01:25:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-29 01:25:12 +0800 |
commit | 1fe0fd41d8e003d50eca22c5a1b2680b1f1f8846 (patch) | |
tree | 902f4f54335891b21bfb9710b341332660c01869 /audio | |
parent | 8fd67508e33a40b1ba954f903c5208b3a361c3a0 (diff) | |
download | freebsd-ports-gnome-1fe0fd41d8e003d50eca22c5a1b2680b1f1f8846.tar.gz freebsd-ports-gnome-1fe0fd41d8e003d50eca22c5a1b2680b1f1f8846.tar.zst freebsd-ports-gnome-1fe0fd41d8e003d50eca22c5a1b2680b1f1f8846.zip |
- Convert to USES=python
- Remove deprecated INSTALLS_EGGINFO
- Unbreak plist for Python versions that are not version 3.3
Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py3-pylast/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 <bsd.port.mk> |