summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-08-13 12:36:59 +0000
committergavin <gavin@FreeBSD.org>2014-08-13 12:36:59 +0000
commit389d6e5a74aa9e4aac842198a7fe4cb74bbdab1a (patch)
tree0584c1b41224edea5a32351cbf04e1be1ac9f09d /games
parent60b4865344a8596f0cc00d65319ff7afb4affe53 (diff)
downloadFreeBSD-src-389d6e5a74aa9e4aac842198a7fe4cb74bbdab1a.zip
FreeBSD-src-389d6e5a74aa9e4aac842198a7fe4cb74bbdab1a.tar.gz
Merge r268637 from head:
fortune(8): Search fortune files installed by ports/packages as well as those supplied by the base system. PR: 191800 Submitted by: Andy Kosela
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