aboutsummaryrefslogtreecommitdiff
path: root/net/openldap21
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-11-02 01:42:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-11-02 01:42:48 +0000
commit2d887279f643f9fb288cb5f79747a37ab31aac08 (patch)
treefc8e3615468e6795f691649c8cce105ee40ead36 /net/openldap21
parent108a581d221cc324c508735fdf143c0211806d7a (diff)
downloadports-2d887279f643f9fb288cb5f79747a37ab31aac08.tar.gz
ports-2d887279f643f9fb288cb5f79747a37ab31aac08.zip
Notes
Diffstat (limited to 'net/openldap21')
-rw-r--r--net/openldap21/files/patch-clients_ud_Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/openldap21/files/patch-clients_ud_Makefile.in b/net/openldap21/files/patch-clients_ud_Makefile.in
new file mode 100644
index 000000000000..18f342c29a53
--- /dev/null
+++ b/net/openldap21/files/patch-clients_ud_Makefile.in
@@ -0,0 +1,8 @@
+--- clients/ud/Makefile.in.orig Wed Jan 13 20:02:11 1999
++++ clients/ud/Makefile.in Wed Jul 26 14:24:14 2000
+@@ -26,4 +26,4 @@
+ install-local: FORCE
+ -$(MKDIR) $(bindir)
+ -mv -f $(bindir)/ud $(bindir)/ud-
+- $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
++ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)