summaryrefslogtreecommitdiff
path: root/devel/py-quixote/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-16 06:31:41 +0000
committerobache <obache@pkgsrc.org>2011-10-16 06:31:41 +0000
commit2b4f98a1376766677f077357242fe166c63d204a (patch)
treeae0f4078d9618b7ac1d4a000943171e03d4e2da1 /devel/py-quixote/Makefile
parente32e238244e1044ad63df0dece5551f417e4dd98 (diff)
downloadpkgsrc-2b4f98a1376766677f077357242fe166c63d204a.tar.gz
* Convert to PYDISTUTILSPKG to register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'devel/py-quixote/Makefile')
-rw-r--r--devel/py-quixote/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-quixote/Makefile b/devel/py-quixote/Makefile
index ad0067d22aa..15971f90cdd 100644
--- a/devel/py-quixote/Makefile
+++ b/devel/py-quixote/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/03/03 10:53:15 manu Exp $
+# $NetBSD: Makefile,v 1.3 2011/10/16 06:31:41 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
DISTNAME= Quixote-2.6
+PKGREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://quixote.ca/releases/
@@ -12,8 +13,6 @@ COMMENT= Framework for writing Python web application
PKG_DESTDIR_SUPPORT= destdir
-PY_PATCHPLIST= yes
-PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"