blob: eaa6778451ca9cb20799d47a48d663a7078a135a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/devel/oaf/files/patch-aa,v 1.2 2002/07/11 17:15:58 sobomax Exp $
--- Makefile.in.orig Fri Jul 5 11:27:26 2002
+++ Makefile.in Fri Jul 5 11:28:17 2002
@@ -145,7 +145,7 @@
oafconfig_DATA = oaf-config.xml oaf-config.xml.sample $(NULL)
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = oafConf.sh
m4datadir = $(prefix)/share/aclocal
|