summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-07 00:03:58 +0000
committerwiz <wiz@pkgsrc.org>2007-02-07 00:03:58 +0000
commit5524c24038f246260f92d09a32c35ec682731244 (patch)
treeb42b3017da2b1ab421cc7d08b0d05a99bb048a46 /sysutils
parentc2c0bd76a55cec23c7cd2ecb455f4d3217295a6a (diff)
downloadpkgsrc-5524c24038f246260f92d09a32c35ec682731244.tar.gz
Fix installation of example files.
Diffstat (limited to 'sysutils')
-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 = ..