mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
11 lines
497 B
Text
11 lines
497 B
Text
--- ./wscript.orig 2011-04-05 03:59:59.000000000 +0200
|
|
+++ ./wscript 2011-04-05 04:00:57.000000000 +0200
|
|
@@ -63,7 +63,7 @@
|
|
io.c open.c transaction.c hash.c summary.c''')
|
|
|
|
if bld.env.standalone_tdb:
|
|
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
|
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
|
|
bld.PKG_CONFIG_FILES('tdb.pc', vnum=VERSION)
|
|
bld.INSTALL_FILES('${INCLUDEDIR}', 'include/tdb.h', flat=True)
|
|
private_library = False
|