summaryrefslogtreecommitdiff
path: root/databases/py-mysqldb/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-31 13:57:25 +0000
committerwiz <wiz>2014-12-31 13:57:25 +0000
commit1e643f862e9c775655ff05c49466f97e9de52640 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /databases/py-mysqldb/Makefile
parentd75a0b08bb9d4ca8fc11ab081862dcbac8febdfd (diff)
downloadpkgsrc-1e643f862e9c775655ff05c49466f97e9de52640.tar.gz
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'databases/py-mysqldb/Makefile')
-rw-r--r--databases/py-mysqldb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile
index b2219e9724e..08007917be2 100644
--- a/databases/py-mysqldb/Makefile
+++ b/databases/py-mysqldb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2014/12/31 13:57:26 wiz Exp $
DISTNAME= MySQL-python-1.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/}
@@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5
-EGG_NAME= ${DISTNAME:S/MySQL-/MySQL_/}
USE_LANGUAGES= c
# These files must not be world-writable.