diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 13:33:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 13:33:47 +0000 |
commit | 6b5de29e043dbd330fcd9afad329f895926b96f8 (patch) | |
tree | 372d83d08a49a3836efb9549ee95177c8e79ee45 /textproc | |
parent | cf5f6a05ed449651b4782d1aa6412b1c8cdfddb4 (diff) | |
download | pkgsrc-6b5de29e043dbd330fcd9afad329f895926b96f8.tar.gz |
Fix python interpreter path in installed files.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xml/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index f8be2aedc8f..27fde5bab79 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2012/10/25 06:56:52 asau Exp $ -# +# $NetBSD: Makefile,v 1.21 2013/06/17 13:33:47 wiz Exp $ DISTNAME= PyXML-0.8.4 PKGNAME= ${PYPKGPREFIX}-xml-0.8.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyxml/} @@ -22,6 +21,9 @@ FIX_RPATH+= EXPAT_LDFLAGS PYXML_SCRIPTS= scripts/xmlproc_parse \ scripts/xmlproc_val +REPLACE_PYTHON+= xml/dom/ext/c14n.py +REPLACE_PYTHON+= xml/dom/html/GenerateHtml.py + post-extract: .for s in ${PYXML_SCRIPTS} ${MV} ${WRKSRC}/${s} ${WRKSRC}/${s}${PYVERSSUFFIX} |