Fix python interpreter path in installed files.
This commit is contained in:
parent
cf5f6a05ed
commit
6b5de29e04
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue