mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
20 lines
723 B
Text
20 lines
723 B
Text
--- wscript.orig 2017-07-22 22:25:22 UTC
|
|
+++ wscript
|
|
@@ -88,7 +88,7 @@ def build(bld):
|
|
SRC += ' tevent_port.c'
|
|
|
|
if bld.env.standalone_tevent:
|
|
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
|
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
|
|
private_library = False
|
|
else:
|
|
private_library = True
|
|
@@ -120,7 +120,7 @@ def build(bld):
|
|
cflags='-DPACKAGE_VERSION=\"%s\"' % VERSION)
|
|
|
|
|
|
- bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False)
|
|
+ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py*', flat=False)
|
|
|
|
# install out various python scripts for use by make test
|
|
bld.SAMBA_SCRIPT('tevent_python',
|