diff options
author | mva <mva@FreeBSD.org> | 2014-09-26 21:53:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-26 21:53:37 +0800 |
commit | e3fe2ac7f22a8cdd2f202997485612f355f04a88 (patch) | |
tree | ab14425b6b066d01ea71dc4e7681b86d4c3850ce /audio | |
parent | e2c606af26c1503722059d66ecc15b6c85b3da6d (diff) | |
download | freebsd-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/Makefile | 9 |
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> |