summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-07-14 23:25:29 +0000
committergavin <gavin@FreeBSD.org>2014-07-14 23:25:29 +0000
commit79ac32d74880b8eb7567fce6a891ed645ae06ccf (patch)
treedadfab9758198971138c8300ade026ac83d5585d /games
parentb55267950cd9769e1bfebb6179201653215a2d65 (diff)
downloadFreeBSD-src-79ac32d74880b8eb7567fce6a891ed645ae06ccf.zip
FreeBSD-src-79ac32d74880b8eb7567fce6a891ed645ae06ccf.tar.gz
fortune(8): Search fortune files installed by ports/packages as well as
those supplied by the base system. PR: 191800 Submitted by: Andy Kosela MFC after: 1 week
Diffstat (limited to 'games')
-rw-r--r--games/fortune/fortune/pathnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune/fortune/pathnames.h b/games/fortune/fortune/pathnames.h
index d777c6d..149b3e8 100644
--- a/games/fortune/fortune/pathnames.h
+++ b/games/fortune/fortune/pathnames.h
@@ -30,4 +30,5 @@
* $FreeBSD$
*/
-#define FORTDIR "/usr/share/games/fortune"
+#define FORTDIR "/usr/share/games/fortune:" \
+ "/usr/local/share/games/fortune"
OpenPOWER on IntegriCloud