ports/sysutils/cfengine2/files/patch-inputs_Makefile.in
Sergei Kolobov 44f6e99f4e - 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
2004-01-26 22:59:52 +00:00

11 lines
360 B
Text

--- 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 = ..