svn commit: r341440 - head/audio/py-pylast

Mark Felder feld at FreeBSD.org
Mon Jan 27 18:31:43 UTC 2014


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 at 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 \


More information about the svn-ports-all mailing list