aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pqueue
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-08-08 16:12:05 +0800
committerperky <perky@FreeBSD.org>2002-08-08 16:12:05 +0800
commitdadab24b54310ca5b4071f8da5424e1199c0c2aa (patch)
tree19248f778e80939e62f79952cfd9c1e48ee18394 /devel/py-pqueue
parenta495c9c5b4f378f9cfa145ac9fd374679799604d (diff)
downloadfreebsd-ports-gnome-dadab24b54310ca5b4071f8da5424e1199c0c2aa.tar.gz
freebsd-ports-gnome-dadab24b54310ca5b4071f8da5424e1199c0c2aa.tar.zst
freebsd-ports-gnome-dadab24b54310ca5b4071f8da5424e1199c0c2aa.zip
Change PKGNAMEPREFIX to PYTHON_PKGNAMEPREFIX instead of hardcoded.
Diffstat (limited to 'devel/py-pqueue')
-rw-r--r--devel/py-pqueue/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk>