summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/files/patch-contrib_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine2/files/patch-contrib_Makefile.in')
-rw-r--r--sysutils/cfengine2/files/patch-contrib_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cfengine2/files/patch-contrib_Makefile.in b/sysutils/cfengine2/files/patch-contrib_Makefile.in
new file mode 100644
index 000000000000..92294ca6806b
--- /dev/null
+++ b/sysutils/cfengine2/files/patch-contrib_Makefile.in
@@ -0,0 +1,11 @@
+--- contrib/Makefile.in.orig Tue Jan 27 01:34:49 2004
++++ contrib/Makefile.in Tue Jan 27 01:35:03 2004
+@@ -17,7 +17,7 @@
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(prefix)/share/examples/cfengine2
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..