diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-10-09 13:23:49 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-10-09 13:23:49 +0000 |
commit | fabbead445006951bde54fd70cd622bea9bed62a (patch) | |
tree | 22c53bb3f66d14b5422b74936a891859fa947ce1 /sysutils/cfengine/files/patch-inputs_Makefile.in | |
parent | - Resurrect sysutils/cfengine port removed year ago. It is currently (diff) |
- Add patches synced with sysutils/cfengine2 port
Forgotten by: cvs(1)
Notes
Notes:
svn path=/head/; revision=175080
Diffstat (limited to 'sysutils/cfengine/files/patch-inputs_Makefile.in')
-rw-r--r-- | sysutils/cfengine/files/patch-inputs_Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/cfengine/files/patch-inputs_Makefile.in b/sysutils/cfengine/files/patch-inputs_Makefile.in new file mode 100644 index 000000000000..39bd1e37b49e --- /dev/null +++ b/sysutils/cfengine/files/patch-inputs_Makefile.in @@ -0,0 +1,12 @@ +--- inputs/Makefile.in.orig Mon Sep 13 19:25:42 2004 ++++ inputs/Makefile.in Mon Sep 13 19:25:57 2004 +@@ -17,7 +17,7 @@ + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(prefix)/share/examples/cfengine + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + top_builddir = .. + |