summaryrefslogtreecommitdiff
path: root/lang/python/application.mk
AgeCommit message (Collapse)AuthorFilesLines
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-4/+4
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2004-03-02use REPLACE_INTERPRETER instead of our private implementationdrochner1-17/+5
2004-01-14Add missing `*', noted by Min Sik Kim in private email.xtraeme1-2/+2
2004-01-14Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previousxtraeme1-2/+2
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069.
2002-10-18Allow additional sed expressions to be used to patch the python scripts byjlam1-1/+2
passing them in with PYTHON_PATCH_SCRIPT_SED.
2002-10-18Allow PYTHON_PATCH_SCRIPTS to take shell wildcards.jlam1-5/+10
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-0/+20
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.