diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 21:43:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-06 21:43:08 +0000 |
commit | 152cf908d342a4c37a96c5ba79325c0c4917d298 (patch) | |
tree | cb3c8555f5dfa364ac09b4d75aec5046244c2dda /databases/py-mysql-connector-python2 | |
parent | textproc/rubygem-rmmseg-cp: create port (diff) |
Fix pkgname collision
Notes
Notes:
svn path=/head/; revision=370234
Diffstat (limited to 'databases/py-mysql-connector-python2')
-rw-r--r-- | databases/py-mysql-connector-python2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-mysql-connector-python2/Makefile b/databases/py-mysql-connector-python2/Makefile index 542f20a7f1e4..346a583dda8f 100644 --- a/databases/py-mysql-connector-python2/Makefile +++ b/databases/py-mysql-connector-python2/Makefile @@ -7,6 +7,7 @@ CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= Connector-Python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= 5u623l20@gmail.com COMMENT= MySQL driver written in Python |