summaryrefslogtreecommitdiff
path: root/textproc/xml2rfc/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-17 08:51:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-17 08:51:19 +0000
commit41a76f840a1af227b3c2625f11277fa72a73b299 (patch)
treea2b61842490571e37a4d7c0c7815d3cb6f42a293 /textproc/xml2rfc/files
parent- Update to 20040816 (diff)
- Update to 1.25
- Give maintainership to submitter PR: ports/70558 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: old maintainer
Notes
Notes: svn path=/head/; revision=116487
Diffstat (limited to 'textproc/xml2rfc/files')
-rw-r--r--textproc/xml2rfc/files/patch-xml2rfc.tcl14
1 files changed, 6 insertions, 8 deletions
diff --git a/textproc/xml2rfc/files/patch-xml2rfc.tcl b/textproc/xml2rfc/files/patch-xml2rfc.tcl
index a0ef216941de..6f2c03b5a3e3 100644
--- a/textproc/xml2rfc/files/patch-xml2rfc.tcl
+++ b/textproc/xml2rfc/files/patch-xml2rfc.tcl
@@ -1,15 +1,13 @@
$FreeBSD$
---- xml2rfc.tcl.orig Mon Jun 10 04:32:34 2002
-+++ xml2rfc.tcl Thu Jul 25 21:33:22 2002
-@@ -1,7 +1,7 @@
+--- xml2rfc.tcl.orig Mon Aug 16 17:55:38 2004
++++ xml2rfc.tcl Mon Aug 16 17:55:45 2004
+@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using the correct interpreter \
--if test ! -z "$DISPLAY"; then exec wish "$0" "$0" "$@"; \
--elif test ! -z "$1"; then exec tclsh "$0" "$0" "$@"; \
-+if test ! -z "$DISPLAY"; then exec wish8.3 "$0" "$0" "$@"; \
-+elif test ! -z "$1"; then exec tclsh8.3 "$0" "$0" "$@"; \
- else echo "usage: $0 filename" >&2; exit 1; fi
+-exec tclsh "$0" "$0" "$@"
++exec tclsh8.3 "$0" "$0" "$@"
+ # NOTE FROM CLIVE