1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/oaf/files/patch-test_oaf-slay.in
Joe Marcus Clarke 3932b92b18 Fix oaf-slay.
Reported by:	Nick Jennings <nkj@namodn.com>
2002-10-18 19:37:02 +00:00

12 lines
304 B
Plaintext

--- test/oaf-slay.in.orig Fri Oct 18 15:33:00 2002
+++ test/oaf-slay.in Fri Oct 18 15:33:12 2002
@@ -51,7 +51,7 @@
# get OAF files
#
-@oaf_dirs = ( "@prefix@/share/oaf" );
+@oaf_dirs = ( "@datadir@/oaf" );
foreach $dir (split(':', $ENV{'OAF_INFO_PATH'})) {
if (-d $dir) {
push @oaf_dirs, $dir;