From a7ae1818c2fce11275fc2dae9293be87844383c7 Mon Sep 17 00:00:00 2001 From: gavin Date: Wed, 13 Aug 2014 12:36:59 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@269933 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- games/fortune/fortune/pathnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/fortune/fortune/pathnames.h b/games/fortune/fortune/pathnames.h index d777c6d38..149b3e8d5 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" -- 2.42.0