diff options
Diffstat (limited to 'devel/py-unit/Makefile')
-rw-r--r-- | devel/py-unit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 145d1bf1228..93e59811120 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/10/15 08:16:50 obache Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/} @@ -12,7 +12,7 @@ COMMENT= Unit testing framework for python PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= # defined +EGG_NAME= PyUnit-${PKGVERSION_NOREV} -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |