summaryrefslogtreecommitdiff
path: root/time/py-dateutil
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 /time/py-dateutil
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 'time/py-dateutil')
-rw-r--r--time/py-dateutil/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile
index 65442b9fb6c..ca8a8885cf8 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/12/13 09:28:01 obache Exp $
+# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:30 wiz Exp $
DISTNAME= python-dateutil-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,7 +12,5 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-EGG_NAME= ${DISTNAME:S/-/_/}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"