summaryrefslogtreecommitdiff
path: root/net/openldap20/files/patch-clients_ud_Makefile.in
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-14 04:07:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-14 04:07:08 +0000
commit4e6d60bceb45b9cbb191d1a6b82e16c65371a4b8 (patch)
treeff2cea046b04623e6917a3df22238fb37b0a6f5a /net/openldap20/files/patch-clients_ud_Makefile.in
parentSplit openldap2? into -client and -server. (diff)
Remove original openldap2[012] ports.
Notes
Notes: svn path=/head/; revision=86913
Diffstat (limited to 'net/openldap20/files/patch-clients_ud_Makefile.in')
-rw-r--r--net/openldap20/files/patch-clients_ud_Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/openldap20/files/patch-clients_ud_Makefile.in b/net/openldap20/files/patch-clients_ud_Makefile.in
deleted file mode 100644
index 9cf81be04cdd..000000000000
--- a/net/openldap20/files/patch-clients_ud_Makefile.in
+++ /dev/null
@@ -1,10 +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) $(DESTDIR)$(bindir)
-- -mv -f $(DESTDIR)$(bindir)/ud $(DESTDIR)$(bindir)/ud-
-+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)
- @( \
- for prg in $(PROGRAMS); do \
- $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT) \