diff options
Diffstat (limited to 'devel/oaf/files')
-rw-r--r-- | devel/oaf/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/oaf/files/patch-test_oaf-slay.in | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/oaf/files/patch-aa b/devel/oaf/files/patch-aa index e0caa8a8ec2c..ebcf5703b8b4 100644 --- a/devel/oaf/files/patch-aa +++ b/devel/oaf/files/patch-aa @@ -11,4 +11,4 @@ $FreeBSD$ +confexecdir = $(sysconfdir) confexec_DATA = oafConf.sh - m4datadir = $(prefix)/share/aclocal + m4datadir = $(datadir)/aclocal diff --git a/devel/oaf/files/patch-test_oaf-slay.in b/devel/oaf/files/patch-test_oaf-slay.in deleted file mode 100644 index bd5f51b50cc0..000000000000 --- a/devel/oaf/files/patch-test_oaf-slay.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |