diff options
author | obache <obache@pkgsrc.org> | 2012-02-06 12:39:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-06 12:39:48 +0000 |
commit | de911026c151f0b1f9b4b651b31e37b6ff773811 (patch) | |
tree | 4a0e319e15e6277b7fad6cf6b0f6f74f74ed147f | |
parent | 72030d71655bb01717a45af3bd0f9131ed7009ae (diff) | |
download | pkgsrc-de911026c151f0b1f9b4b651b31e37b6ff773811.tar.gz |
distutils pkg, register egg-info.
Bump PKGREVISION.
-rw-r--r-- | textproc/dblatex/Makefile | 6 | ||||
-rw-r--r-- | textproc/dblatex/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 5ca8eb12f11..b2d3f3b088e 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2011/07/04 23:08:22 jym Exp $ +# $NetBSD: Makefile,v 1.9 2012/02/06 12:39:48 obache Exp $ # DISTNAME= dblatex-0.3 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dblatex/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +19,6 @@ DEPENDS+= transfig-[0-9]*:../../print/transfig DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex -PYDISTUTILSPKG= yes USE_LANGUAGES= # none REPLACE_PYTHON+= lib/dbtexmf/dblatex/xetex/*.py @@ -31,5 +31,5 @@ SUBST_SED.man+= -e 's,share/man/man1,${PKGMANDIR}/man1,' SUBST_SED.man+= -e "s,'python','${PYTHONBIN}'," .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/dblatex/PLIST b/textproc/dblatex/PLIST index 1c489cb7ba8..a62c9f4e742 100644 --- a/textproc/dblatex/PLIST +++ b/textproc/dblatex/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2010/08/24 01:45:10 gls Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/02/06 12:39:48 obache Exp $ bin/dblatex +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/dbtexmf/__init__.py ${PYSITELIB}/dbtexmf/__init__.pyc ${PYSITELIB}/dbtexmf/__init__.pyo |