aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/net/py-ldap1/files/patch-Makefile.in b/net/py-ldap1/files/patch-Makefile.in
deleted file mode 100644
index 17e51a4a0584..000000000000
--- a/net/py-ldap1/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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