diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-20 15:02:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-20 15:02:27 +0000 |
commit | 23766b97d1008f104d831c1ae46240deed84d606 (patch) | |
tree | 4c3a76da7c7df80dda785566d07a5af17d57d94e /mk/configure | |
parent | ef61e90e5cd5c3608e6e3b3f9fac885639a3a798 (diff) | |
download | pkgsrc-23766b97d1008f104d831c1ae46240deed84d606.tar.gz |
Remove reference to REPLACE_PYTHON -- this file doesn't support it
(look in lang/python/application.mk). Noticed by Rhialto in PR 44868.
Diffstat (limited to 'mk/configure')
-rw-r--r-- | mk/configure/replace-interpreter.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/configure/replace-interpreter.mk b/mk/configure/replace-interpreter.mk index a43dfd22887..30faa905d4f 100644 --- a/mk/configure/replace-interpreter.mk +++ b/mk/configure/replace-interpreter.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace-interpreter.mk,v 1.9 2008/02/07 21:36:13 rillig Exp $ +# $NetBSD: replace-interpreter.mk,v 1.10 2011/05/20 15:02:27 wiz Exp $ # This file provides common templates for replacing #! interpreters # in script files. @@ -9,7 +9,6 @@ # REPLACE_BASH # REPLACE_KSH # REPLACE_PERL -# REPLACE_PYTHON # REPLACE_SH # Lists of files relative to WRKSRC in which the #! interpreter # should be replaced by the pkgsrc one. If any directories |