diff options
author | feld <feld@FreeBSD.org> | 2014-01-28 02:31:42 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-01-28 02:31:42 +0800 |
commit | d38516e8c083bbca1eb6027165f18da02df57837 (patch) | |
tree | b88d3d37f805bba08847cef5e5c9ba0bb471c7da /audio/py-pylast | |
parent | fa4c12cbc21d45633ec0bfe59ad250aad8959a6d (diff) | |
download | freebsd-ports-gnome-d38516e8c083bbca1eb6027165f18da02df57837.tar.gz freebsd-ports-gnome-d38516e8c083bbca1eb6027165f18da02df57837.tar.zst freebsd-ports-gnome-d38516e8c083bbca1eb6027165f18da02df57837.zip |
Support STAGE
Fix missing PYTHON_PKGNAMEPREFIX
Approved by: swills (mentor, implicit)
Diffstat (limited to 'audio/py-pylast')
-rw-r--r-- | audio/py-pylast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index 9186c5c60f75..2a58dc61942e 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -5,6 +5,7 @@ PORTNAME= pylast PORTVERSION= 0.5.11 CATEGORIES= audio python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= feld@FreeBSD.org COMMENT= A Python interface to Last.fm @@ -13,7 +14,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes -NO_STAGE= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ |