summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-01-27 18:31:42 +0000
committerMark Felder <feld@FreeBSD.org>2014-01-27 18:31:42 +0000
commit421ae9c614e8ddbfe46e20cd36fa374202040c5c (patch)
treeb88d3d37f805bba08847cef5e5c9ba0bb471c7da
parentSupport STAGE (diff)
Support STAGE
Fix missing PYTHON_PKGNAMEPREFIX Approved by: swills (mentor, implicit)
Notes
Notes: svn path=/head/; revision=341440
-rw-r--r--audio/py-pylast/Makefile2
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 \