summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-07 00:03:58 +0000
committerwiz <wiz>2007-02-07 00:03:58 +0000
commita45ccd04b7b9e309ec598560ad9676584bdf6dfa (patch)
treeb42b3017da2b1ab421cc7d08b0d05a99bb048a46 /sysutils/cfengine2
parentec2a1575c435434abc4966782e124356476eaa0b (diff)
downloadpkgsrc-a45ccd04b7b9e309ec598560ad9676584bdf6dfa.tar.gz
Fix installation of example files.
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r--sysutils/cfengine2/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/cfengine2/patches/patch-aa b/sysutils/cfengine2/patches/patch-aa
new file mode 100644
index 00000000000..bd66d863849
--- /dev/null
+++ b/sysutils/cfengine2/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2007/02/07 00:03:58 wiz Exp $
+
+--- inputs/Makefile.in.orig 2007-01-25 20:15:25.000000000 +0000
++++ inputs/Makefile.in
+@@ -17,7 +17,7 @@
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(datadir)/examples/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..