1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/gettext-devel/files/patch-ad

14 lines
522 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Fri May 1 15:47:40 1998
+++ misc/Makefile.in Fri Aug 7 23:13:23 1998
@@ -164,10 +164,8 @@
@list='$(lisp_LISP)'; for p in $$list; do \
if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \
- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \
if test -f $${p}c; then \
echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
else : ; fi; \
done