summaryrefslogtreecommitdiff
path: root/time/py-dateutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/py-dateutil/Makefile')
-rw-r--r--time/py-dateutil/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile
index 82f2b4f7db1..321f36181a8 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/20 09:45:19 wiz Exp $
#
-DISTNAME= python-dateutil-1.2
+DISTNAME= python-dateutil-1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= time python
MASTER_SITES= http://labix.org/download/python-dateutil/
@@ -13,8 +13,7 @@ COMMENT= Extensions to the standard datetime module
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
-PY_PATCHPLIST= yes
+EGG_NAME= ${DISTNAME:S/-/_/}
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"