freebsd-ports/sysutils/cfengine2/files/patch-contrib_Makefile.in
Pav Lucistnik 2d6a6195f9 - Update to 2.1.10
- Allow various version of BDB

PR:		ports/72066
Submitted by:	Kevin Way <kevin@insidesystems.net>
Based on work by: maintainer
2004-10-12 00:11:04 +00:00

12 lines
366 B
Text

--- contrib/Makefile.in.orig Mon Sep 13 19:21:57 2004
+++ contrib/Makefile.in Mon Sep 13 19:22:23 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 = ..