diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-26 22:59:52 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-26 22:59:52 +0000 |
commit | 44f6e99f4e94e9037c9f82717031cd4940c5a330 (patch) | |
tree | 92da92261d36f9021a2a2e2ba93ed21cbad0895b /sysutils/cfengine2/files/patch-inputs_Makefile.in | |
parent | Belatedly document renaming of ports: (diff) |
- Update to 2.1.1
- Patch to fix missing paren in src/filedir.c
- Patch for case insensitive hostname matching removed
(now the default as of this version)
While I'm here:
- Respect hier(7): install examples into ${EXAMPLESDIR},
docs into ${DOCSDIR}
PR: 61602
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=99236
Diffstat (limited to 'sysutils/cfengine2/files/patch-inputs_Makefile.in')
-rw-r--r-- | sysutils/cfengine2/files/patch-inputs_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cfengine2/files/patch-inputs_Makefile.in b/sysutils/cfengine2/files/patch-inputs_Makefile.in new file mode 100644 index 000000000000..01d3cc242c43 --- /dev/null +++ b/sysutils/cfengine2/files/patch-inputs_Makefile.in @@ -0,0 +1,11 @@ +--- inputs/Makefile.in.orig Tue Jan 27 01:33:35 2004 ++++ inputs/Makefile.in Tue Jan 27 01:34:11 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 = .. |