Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 21:48:39 +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: r343398 - head/devel/py-pyechonest
Message-ID:  <201402082148.s18Lmd60000727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Python interface to The Echo Nest APIs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402082148.s18Lmd60000727>