summaryrefslogtreecommitdiffstats
path: root/web/attachments/154188-patch-plugins_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/154188-patch-plugins_Makefile_in')
-rw-r--r--web/attachments/154188-patch-plugins_Makefile_in12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/attachments/154188-patch-plugins_Makefile_in b/web/attachments/154188-patch-plugins_Makefile_in
new file mode 100644
index 0000000..92b9b71
--- /dev/null
+++ b/web/attachments/154188-patch-plugins_Makefile_in
@@ -0,0 +1,12 @@
1$OpenBSD: patch-plugins_Makefile_in,v 1.1 2005/10/28 17:44:12 sturm Exp $
2--- plugins/Makefile.in.orig Fri Oct 28 18:58:58 2005
3+++ plugins/Makefile.in Fri Oct 28 18:59:09 2005
4@@ -977,7 +977,7 @@ $(check_tcp_programs): check_tcp
5 install-exec-hook:
6 cd $(DESTDIR)$(libexecdir) && \
7 for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\
8- if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
9+ if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
10
11 clean-local:
12 rm -f $(check_tcp_programs)