From a5d9d3e7158db99909d3ec36f90e6300eab33e11 Mon Sep 17 00:00:00 2001 From: gls Date: Fri, 4 Jun 2010 20:01:00 +0000 Subject: This is a Python egg, so s/extension/egg in Makefile, to install egg info files into ${EGG_INFODIR}. Noted by Ryo HAYASAKA in PR/43414. --- devel/tailor/Makefile | 6 +++--- devel/tailor/PLIST | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index 8d994d1a2d9..f3dae1a4bd4 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/02/10 19:17:37 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/06/04 20:01:00 gls Exp $ # DISTNAME= tailor-0.9.35 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel scm MASTER_SITES= http://darcs.arstecnica.it/ @@ -21,6 +21,6 @@ AUTO_MKDIRS= yes post-install: ${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/tailor/PLIST b/devel/tailor/PLIST index 748336e6a72..b1c7c783a31 100644 --- a/devel/tailor/PLIST +++ b/devel/tailor/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:49:15 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2010/06/04 20:01:00 gls Exp $ bin/tailor +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/vcpx/__init__.py ${PYSITELIB}/vcpx/__init__.pyc ${PYSITELIB}/vcpx/__init__.pyo -- cgit v1.2.3