aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-19 04:15:55 +0800
committermiwi <miwi@FreeBSD.org>2009-08-19 04:15:55 +0800
commit15011c17316a4d74c3b1a4ddf80dacc2dee8dea7 (patch)
treeaa35763d2c4b7507123588dff5cbd23715937700 /devel
parent5c721e1f2ca723a0367fbf6ee2b1f72d19d0af3e (diff)
downloadfreebsd-ports-gnome-15011c17316a4d74c3b1a4ddf80dacc2dee8dea7.tar.gz
freebsd-ports-gnome-15011c17316a4d74c3b1a4ddf80dacc2dee8dea7.tar.zst
freebsd-ports-gnome-15011c17316a4d74c3b1a4ddf80dacc2dee8dea7.zip
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859 Submitted by: olli hauer <ohauer@gmx.de>
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ice/Makefile2
-rw-r--r--devel/py-kqueue/Makefile2
-rw-r--r--devel/py-subversion/Makefile2
-rw-r--r--devel/py-tconfpy/Makefile3
-rw-r--r--devel/py-thrift/Makefile2
5 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile
index 5956c6f3df61..212c25b02bda 100644
--- a/devel/py-ice/Makefile
+++ b/devel/py-ice/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 3.3.1
CATEGORIES= devel python
MASTER_SITES= http://www.zeroc.com/download/Ice/3.3/ \
http://www.dirk.sh/dirk/Ice/
-PKGNAMEPREFIX= py-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Ice-${PORTVERSION}
MAINTAINER= dirk.ye@gmail.com
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index d371f4709bd6..002c4dd9a13d 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://ox.eicat.ca/~dgilbert/files/
-PKGNAMEPREFIX= py-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyKQueue-${PORTVERSION}
EXTRACT_SUFX= .tbz
diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile
index 897c4069f411..e985bda68abf 100644
--- a/devel/py-subversion/Makefile
+++ b/devel/py-subversion/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PKGNAMEPREFIX= py-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lev@FreeBSD.org
COMMENT= Python bindings for version control system
diff --git a/devel/py-tconfpy/Makefile b/devel/py-tconfpy/Makefile
index cf19ef65a053..a41e327d5649 100644
--- a/devel/py-tconfpy/Makefile
+++ b/devel/py-tconfpy/Makefile
@@ -4,10 +4,11 @@
#
# $FreeBSD$
-PORTNAME= py-tconfpy
+PORTNAME= tconfpy
PORTVERSION= 2.112
CATEGORIES= devel python
MASTER_SITES= http://www.tundraware.com/Software/tconfpy/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tconfpy@tundraware.com
COMMENT= A Python Configuration File Parser
diff --git a/devel/py-thrift/Makefile b/devel/py-thrift/Makefile
index c2e68e4981e6..3d60f8173cf6 100644
--- a/devel/py-thrift/Makefile
+++ b/devel/py-thrift/Makefile
@@ -8,7 +8,7 @@
PORTNAME= thrift
PORTVERSION= 20090622
CATEGORIES= devel python
-PKGNAMEPREFIX= py-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES=
MAINTAINER= jdugan@x1024.net