mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
32 lines
902 B
Text
32 lines
902 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Mon Jan 14 20:19:35 2002
|
|
+++ Makefile.in Tue Jan 29 11:49:57 2002
|
|
@@ -115,16 +115,14 @@
|
|
@WITH_DEBUGGER_TRUE@ libxslt \
|
|
@WITH_DEBUGGER_TRUE@ libexslt \
|
|
@WITH_DEBUGGER_TRUE@ xsltproc \
|
|
-@WITH_DEBUGGER_TRUE@ tests \
|
|
@WITH_DEBUGGER_TRUE@ doc
|
|
@WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\
|
|
@WITH_DEBUGGER_FALSE@ libxslt \
|
|
@WITH_DEBUGGER_FALSE@ libexslt \
|
|
@WITH_DEBUGGER_FALSE@ xsltproc \
|
|
-@WITH_DEBUGGER_FALSE@ tests \
|
|
@WITH_DEBUGGER_FALSE@ doc
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xsltConf.sh
|
|
|
|
bin_SCRIPTS = xslt-config
|
|
@@ -135,7 +133,7 @@
|
|
win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp
|
|
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = libxslt.pc
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|