freebsd-ports/lang/rexx-imc/files/patch-box
Mario Sergio Fujikawa Ferreira be94865caa o update to 1.75
o support NOPORTDOCS
o assign maintainership to submitter

PR:		30428
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-09-22 20:13:15 +00:00

8 lines
375 B
Text

--- box Sat Jan 23 16:51:19 1999
+++ box.new Fri Sep 7 15:01:36 2001
@@ -1,4 +1,4 @@
-/*bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
+/*usr/bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
parse arg args
if args="" then args="/usr/games/fortune"/* default command */
args "| expand | rxstack" /* stack the command's output */