diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
commit | 6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3 (patch) | |
tree | 3d144b8128367601b9438a0c561b12ef3cb6efc4 /devel | |
parent | 0d7182fc25a72d0692c54267eb65f84b2b75c142 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ice/Makefile | 2 | ||||
-rw-r--r-- | devel/py-kqueue/Makefile | 2 | ||||
-rw-r--r-- | devel/py-subversion/Makefile | 2 | ||||
-rw-r--r-- | devel/py-tconfpy/Makefile | 3 | ||||
-rw-r--r-- | devel/py-thrift/Makefile | 2 |
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 |