mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- Maintainer patches. Closes https://trac.macports.org/ticket/36354 - Added all patch files and an extra "helper program" from the original RPM used as source for this port. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98259 d073be05-634f-4543-b044-5fe20cf6d1d6
13 lines
493 B
Diff
13 lines
493 B
Diff
diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
|
|
--- docbook-utils-0.6.14-orig/bin/jw.in 2010-05-31 16:21:46.379401250 +0200
|
|
+++ docbook-utils-0.6.14/bin/jw.in 2010-05-31 16:23:55.348413466 +0200
|
|
@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
|
|
if [ $SGML_RETURN -gt 0 ]
|
|
then exit `expr 7 + $SGML_RETURN`
|
|
fi
|
|
-echo "Done."
|
|
+#Final echo commented out, it causes manpage noise when generating some
|
|
+#manpages with new perl(#513271, #587012)
|
|
+#echo "Done."
|
|
exit 0
|