diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2011-05-10 16:45:35 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2011-05-10 16:45:35 +0000 |
commit | 879bf870cf6f42b4a1eea7c72eaa7d0202802bdf (patch) | |
tree | fcdce73d3889ede94710d261a45b68fdd737dd46 /textproc/py-html2text | |
parent | 1cd24c3c6d24d236834e18a68cef4b548b711766 (diff) | |
download | pkgsrc-879bf870cf6f42b4a1eea7c72eaa7d0202802bdf.tar.gz |
root out another use of "/usr/bin/env python".
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r-- | textproc/py-html2text/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index aa123cddc06..0e20daabf44 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/09/19 14:05:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2011/05/10 16:45:35 schnoebe Exp $ # DISTNAME= html2text-2.39 @@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR} USE_TOOLS+= tr NO_BUILD= yes +REPLACE_PYTHON= html2text.py + INSTALLATION_DIRS= share/html2text do-extract: @@ -29,5 +31,5 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2text.py ${DESTDIR}${PREFIX}/share/html2text -.include "../../lang/python/pyversion.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |