From 0ab109c67451059e1c36752591f9afced3c8341f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 17 Jun 2013 13:33:47 +0000 Subject: Fix python interpreter path in installed files. --- textproc/py-xml/Makefile | 8 +++++--- 1 file 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} -- cgit v1.2.3