From dadab24b54310ca5b4071f8da5424e1199c0c2aa Mon Sep 17 00:00:00 2001 From: perky Date: Thu, 8 Aug 2002 08:12:05 +0000 Subject: Change PKGNAMEPREFIX to PYTHON_PKGNAMEPREFIX instead of hardcoded. --- devel/py-pqueue/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index ce57cf312dbc..1bbcd9a18315 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -9,7 +9,7 @@ PORTNAME= pqueue PORTVERSION= 0.2 CATEGORIES= devel python MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PQueue-${PORTVERSION} MAINTAINER= perky@FreeBSD.org @@ -19,7 +19,6 @@ USE_PYTHON= yes GNU_CONFIGURE= yes ALL_TARGET= default -PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} WRKSRC= ${WRKDIR}/PQueue .include -- cgit