From d634b1f709fa192cb8ff6ebbb0d869aac4f90865 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Mon, 14 Jul 2014 23:25:29 +0000 Subject: [PATCH] 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 --- 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 d777c6d3844..149b3e8d56b 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"