mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Use /usr/bin/env for xmlizer (sgml->xml tool) to determine the path of
python, /usr/bin ain't so groovy Approved by: wca
This commit is contained in:
parent
4e66cac149
commit
04b7b7e434
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74232
8
x11/kdelibs3/files/patch-kdoctools::xmlizer
Normal file
8
x11/kdelibs3/files/patch-kdoctools::xmlizer
Normal file
@ -0,0 +1,8 @@
|
||||
--- kdoctools/xmlizer.orig Wed Jan 29 17:17:40 2003
|
||||
+++ kdoctools/xmlizer Wed Jan 29 17:17:57 2003
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/python
|
||||
+#! /usr/bin/env python
|
||||
|
||||
import re, sys, os, string
|
||||
|
8
x11/kdelibs4/files/patch-kdoctools::xmlizer
Normal file
8
x11/kdelibs4/files/patch-kdoctools::xmlizer
Normal file
@ -0,0 +1,8 @@
|
||||
--- kdoctools/xmlizer.orig Wed Jan 29 17:17:40 2003
|
||||
+++ kdoctools/xmlizer Wed Jan 29 17:17:57 2003
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/python
|
||||
+#! /usr/bin/env python
|
||||
|
||||
import re, sys, os, string
|
||||
|
Loading…
Reference in New Issue
Block a user