summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjym <jym@pkgsrc.org>2011-07-04 01:13:30 +0000
committerjym <jym@pkgsrc.org>2011-07-04 01:13:30 +0000
commit645bcf230f3459a6c7f7ed7362d66f95461cecde (patch)
tree5951c6d626bafd123d11f613a487c8e1ad58f498
parent2706145be65847e3993dafce70128f83caa6cccc (diff)
downloadpkgsrc-645bcf230f3459a6c7f7ed7362d66f95461cecde.tar.gz
check-interpreter fix. Thank goodness REPLACE_INTERPRETER supports
globbing...
-rw-r--r--textproc/py-FourSuite/Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile
index 1e50d97f91a..10736afb92e 100644
--- a/textproc/py-FourSuite/Makefile
+++ b/textproc/py-FourSuite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/06/14 10:57:37 obache Exp $
+# $NetBSD: Makefile,v 1.19 2011/07/04 01:13:30 jym Exp $
#
DISTNAME= 4Suite-0.12.0a3
@@ -19,7 +19,21 @@ PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
+REPLACE_PYTHON+= Ft/Lib/DistExt/Tools/*.py
+REPLACE_PYTHON+= Ft/Ods/*.py
+REPLACE_PYTHON+= Ft/Ods/Parsers/Odl/*.py
+REPLACE_PYTHON+= Ft/Ods/Tools/*.py
+REPLACE_PYTHON+= Ft/Rdf/*.py
+REPLACE_PYTHON+= Ft/Server/ThirdParty/*.py
+REPLACE_PYTHON+= Ft/Server/Share/Data/*.py
+REPLACE_PYTHON+= Ft/ThirdParty/Xvif/*.py
+REPLACE_PYTHON+= Ft/Xml/*.py
+REPLACE_PYTHON+= Ft/Xml/*/*.py
+REPLACE_PYTHON+= test/test.py
+REPLACE_PYTHON+= test/Xml/XPath/*/*.py
+
#pyxml is needed at runtime to get pyexpat
#.include "../../textproc/py-xml/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"