mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
It supports macro substitution from the environment or from the file itself, config file inclusion, easy handling of XML like tags, checking for required tags, and more. PR: ports/83090 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
20 lines
536 B
Text
20 lines
536 B
Text
--- src/Makefile.in.orig Fri Jun 25 14:13:09 2004
|
|
+++ src/Makefile.in Thu Jul 7 15:16:26 2005
|
|
@@ -116,7 +116,7 @@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
-includedir = /usr/local/include/dotconf++
|
|
+includedir = @prefix@/include/dotconf++
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
@@ -132,7 +132,7 @@
|
|
target_alias = @target_alias@
|
|
EXTRA_DIST = dotconfpp.h mempool.h mempool.cc
|
|
|
|
-LIBdir = /usr/local/lib
|
|
+LIBdir = @prefix@/lib
|
|
SUBDIRS = . example1 example2
|
|
|
|
INCLUDES = -I.
|