svn commit: r343398 - head/devel/py-pyechonest

Mark Felder feld at FreeBSD.org
Sat Feb 8 21:48:39 UTC 2014


Author: feld
Date: Sat Feb  8 21:48:38 2014
New Revision: 343398
URL: http://svnweb.freebsd.org/changeset/ports/343398
QAT: https://qat.redports.org/buildarchive/r343398/

Log:
  Fix the missing Python package name prefix
  
  Approved by:	swills (mentor, implicit)

Modified:
  head/devel/py-pyechonest/Makefile

Modified: head/devel/py-pyechonest/Makefile
==============================================================================
--- head/devel/py-pyechonest/Makefile	Sat Feb  8 21:48:04 2014	(r343397)
+++ head/devel/py-pyechonest/Makefile	Sat Feb  8 21:48:38 2014	(r343398)
@@ -5,6 +5,7 @@ PORTNAME=	pyechonest
 PORTVERSION=	8.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Python interface to The Echo Nest APIs


More information about the svn-ports-head mailing list