summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy-i18n/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
committerwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
commita42c80ed47a2bad3770198295eba1c31a73b4728 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /databases/py-sqlalchemy-i18n/Makefile
parent5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff)
downloadpkgsrc-a42c80ed47a2bad3770198295eba1c31a73b4728.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-sqlalchemy-i18n/Makefile')
-rw-r--r--databases/py-sqlalchemy-i18n/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-sqlalchemy-i18n/Makefile b/databases/py-sqlalchemy-i18n/Makefile
index c64ee8715d2..3c7c8382f98 100644
--- a/databases/py-sqlalchemy-i18n/Makefile
+++ b/databases/py-sqlalchemy-i18n/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/12/06 03:26:17 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:26 wiz Exp $
DISTNAME= SQLAlchemy-i18n-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
USE_LANGUAGES= # none
-EGG_NAME= ${DISTNAME:S/-/_/1}
-
.include "options.mk"
.include "../../lang/python/egg.mk"