summaryrefslogtreecommitdiffstats
path: root/devel/gettext/files/patch-ad
blob: a5e2a7e10da41812dcab06f267db4c39e3684591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD: ports/devel/gettext/files/patch-ad,v 1.6 2004/01/23 18:12:16 trevor Exp $

--- gettext-tools/misc/Makefile.in.orig Thu May 22 09:41:22 2003
+++ gettext-tools/misc/Makefile.in  Wed Jun 11 14:00:52 2003
@@ -332,10 +332,8 @@
        if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        f="`echo $$p | sed -e 's|^.*/||'`"; \
        echo " $(lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f"; \
-       $(lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f; \
        if test -f $${p}c; then \
          echo " $(lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \
-         $(lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \
        else : ; fi; \
      done; \
    else : ; fi