forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
356 B
Text
11 lines
356 B
Text
--- Makefile.in.orig Sun Mar 19 11:21:45 2006
|
|
+++ Makefile.in Sun Mar 19 11:22:15 2006
|
|
@@ -139,7 +139,7 @@
|
|
SUBDIRS = src tests progs doc
|
|
EXTRA_DIST = $(wildcard pccts/*.[ch]) btparse.pc.in
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)/../libdata/pkgconfig
|
|
pkgconfig_DATA = btparse.pc
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|