Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
364 B
Text
11 lines
364 B
Text
--- ./Makefile.in.orig 2010-03-12 12:09:51.000000000 -0500
|
|
+++ ./Makefile.in 2010-03-12 12:10:03.000000000 -0500
|
|
@@ -526,7 +526,7 @@
|
|
docs/doxygen.h \
|
|
tests/run.sh
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = support/libdrizzle.pc
|
|
TESTS_ENVIRONMENT = ${top_srcdir}/tests/run.sh
|
|
TESTS = $(check_PROGRAMS)
|