summaryrefslogtreecommitdiff
path: root/net/py-ldap1/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ldap1/files/patch-Makefile.in')
-rw-r--r--net/py-ldap1/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-ldap1/files/patch-Makefile.in b/net/py-ldap1/files/patch-Makefile.in
new file mode 100644
index 000000000000..17e51a4a0584
--- /dev/null
+++ b/net/py-ldap1/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed May 23 09:11:33 2001
++++ Makefile.in Wed May 23 09:12:10 2001
+@@ -26,6 +26,8 @@
+ $(INSTALL_DIR) $(DESTDIR)$(LIBDEST)/site-packages/python-ldap
+ $(INSTALL_DATA) $(srcdir)/Misc/ldap.pth \
+ $(DESTDIR)$(LIBDEST)/site-packages/ldap.pth
++ $(INSTALL_DATA) $(srcdir)/Modules/_ldapmodule.so \
++ $(DESTDIR)$(LIBDEST)/site-packages/_ldapmodule.so
+ for f in $(srcdir)/Lib/*.py; do \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(LIBDEST)/site-packages/python-ldap/;\
+ done