diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-30 02:54:35 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-30 02:54:35 +0000 |
commit | 947d729f1f0aca97dcce404fe7b36e2ed9ba5ce3 (patch) | |
tree | e1a9032ce5e539a8026e3f6b3cd664bb341c64fd /x11 | |
parent | 837f2b3d65015d74b61cbc6e6859a178201fcefa (diff) | |
download | FreeBSD-ports-947d729f1f0aca97dcce404fe7b36e2ed9ba5ce3.zip FreeBSD-ports-947d729f1f0aca97dcce404fe7b36e2ed9ba5ce3.tar.gz |
Use /usr/bin/env for xmlizer (sgml->xml tool) to determine the path of
python, /usr/bin ain't so groovy
Approved by: wca
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/files/patch-kdoctools::xmlizer | 8 | ||||
-rw-r--r-- | x11/kdelibs4/files/patch-kdoctools::xmlizer | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kdoctools::xmlizer b/x11/kdelibs3/files/patch-kdoctools::xmlizer new file mode 100644 index 0000000..cf46f6c --- /dev/null +++ b/x11/kdelibs3/files/patch-kdoctools::xmlizer @@ -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 + diff --git a/x11/kdelibs4/files/patch-kdoctools::xmlizer b/x11/kdelibs4/files/patch-kdoctools::xmlizer new file mode 100644 index 0000000..cf46f6c --- /dev/null +++ b/x11/kdelibs4/files/patch-kdoctools::xmlizer @@ -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 + |