forked from Lainports/freebsd-ports
- 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
11 lines
360 B
Text
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 = ..
|