diff options
author | gls <gls@pkgsrc.org> | 2010-06-04 20:01:00 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-06-04 20:01:00 +0000 |
commit | a5d9d3e7158db99909d3ec36f90e6300eab33e11 (patch) | |
tree | e88a7f0695f247913dcf9f087477d36cc700edfa /devel/tailor | |
parent | 5aba4dd38d7b215b8b9e404de17a44ccc8793b41 (diff) | |
download | pkgsrc-a5d9d3e7158db99909d3ec36f90e6300eab33e11.tar.gz |
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.
Diffstat (limited to 'devel/tailor')
-rw-r--r-- | devel/tailor/Makefile | 6 | ||||
-rw-r--r-- | 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 |