1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/xscreensaver/files/patch-ac
1999-09-10 01:25:37 +00:00

15 lines
335 B
Plaintext

--- hacks/webcollage.orig Thu Sep 9 20:45:45 1999
+++ hacks/webcollage Thu Sep 9 20:46:42 1999
@@ -81,6 +81,11 @@
if (!-r $wordlist) {
$wordlist = "/usr/share/lib/dict/words"; # irix
}
+
+if (!-r $wordlist) {
+ $wordlist = "/usr/share/dict/words"; # BSD
+}
+
die "$wordlist doesn't exist!\n" unless (-r $wordlist);