Date: Mon, 27 Jan 2014 18:31:43 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341440 - head/audio/py-pylast Message-ID: <201401271831.s0RIVhV4039274@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Jan 27 18:31:42 2014 New Revision: 341440 URL: http://svnweb.freebsd.org/changeset/ports/341440 QAT: https://qat.redports.org/buildarchive/r341440/ Log: Support STAGE Fix missing PYTHON_PKGNAMEPREFIX Approved by: swills (mentor, implicit) Modified: head/audio/py-pylast/Makefile Modified: head/audio/py-pylast/Makefile ============================================================================== --- head/audio/py-pylast/Makefile Mon Jan 27 18:17:15 2014 (r341439) +++ head/audio/py-pylast/Makefile Mon Jan 27 18:31:42 2014 (r341440) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271831.s0RIVhV4039274>