diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 04:27:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 04:27:22 +0000 |
commit | f1750358046a1041fa543c17a5e579ad96099bbc (patch) | |
tree | 7fed862f1e0c50db05cc47bbb5339c3879512d34 /net/openldap22/files/patch-clients_ud_Makefile.in | |
parent | - Fix configure to detect sound better (diff) |
New port: openldap-2.1
OpenLDAP is a suite of Lightweight Directory Access Protocol
(LDAP) servers, clients, utilities and development tools.
(yes, this port was the reason why the renaming was earlier this morning)
PR: ports/46009
Submitted by: Christian Kratzer <ck@cksoft.de>
Notes
Notes:
svn path=/head/; revision=76350
Diffstat (limited to 'net/openldap22/files/patch-clients_ud_Makefile.in')
-rw-r--r-- | net/openldap22/files/patch-clients_ud_Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/openldap22/files/patch-clients_ud_Makefile.in b/net/openldap22/files/patch-clients_ud_Makefile.in deleted file mode 100644 index 18f342c29a53..000000000000 --- a/net/openldap22/files/patch-clients_ud_Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ ---- 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) |