summaryrefslogtreecommitdiff
path: root/databases/py-redis-py
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-redis-py
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-redis-py')
-rw-r--r--databases/py-redis-py/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-redis-py/Makefile b/databases/py-redis-py/Makefile
index 894bbfb955e..1641351b3a5 100644
--- a/databases/py-redis-py/Makefile
+++ b/databases/py-redis-py/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/10/05 20:12:16 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:26 wiz Exp $
DISTNAME= redis-2.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-/-py-/1}
@@ -12,7 +12,5 @@ LICENSE= mit
DEPENDS+= redis-[0-9]*:../../databases/redis
-EGG_NAME= ${DISTNAME}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"