ports/net/openldap20-server/files/patch-clients::ud::Makefile.in
Jun Kuriyama 075f1093db Split openldap[012] into client and server.
PR:		ports/54436
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
2003-08-14 03:55:21 +00:00

10 lines
400 B
Text

--- 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) \