summaryrefslogtreecommitdiff
path: root/sysutils/worldtools
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/worldtools')
-rw-r--r--sysutils/worldtools/Makefile1
-rw-r--r--sysutils/worldtools/files/patch-witw12
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile
index d9defbb4ff97..1fca2a77252c 100644
--- a/sysutils/worldtools/Makefile
+++ b/sysutils/worldtools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= worldtools
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
diff --git a/sysutils/worldtools/files/patch-witw b/sysutils/worldtools/files/patch-witw
new file mode 100644
index 000000000000..2a662deb0083
--- /dev/null
+++ b/sysutils/worldtools/files/patch-witw
@@ -0,0 +1,12 @@
+--- whereintheworld.orig Tue Dec 9 23:25:14 2003
++++ whereintheworld Sat Jul 8 10:39:45 2006
+@@ -25,7 +25,8 @@
+ next;
+ }
+ if ($inside && /^>>>/) {
+- print;
++ chomp;
++ printf "%-70.70s\n", $_;
+ $lastwasdash = 0;
+ next;
+ }