diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
| commit | 0438fc26f0d6919bbce73c2edd0403bc86de4371 (patch) | |
| tree | 2150fb848141aac7ed7a5aa3efcb9d9faa7d5fa2 /textproc/openjade/files/patch-Makefile.prog.in | |
| parent | Rename sysutils/ patch-xy patches to reflect the files they modify. (diff) | |
Rename textproc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'textproc/openjade/files/patch-Makefile.prog.in')
| -rw-r--r-- | textproc/openjade/files/patch-Makefile.prog.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-Makefile.prog.in b/textproc/openjade/files/patch-Makefile.prog.in new file mode 100644 index 000000000000..89550f364ec5 --- /dev/null +++ b/textproc/openjade/files/patch-Makefile.prog.in @@ -0,0 +1,22 @@ +--- Makefile.prog.in.orig Tue Jan 22 20:57:53 2002 ++++ Makefile.prog.in Sun Aug 22 05:48:16 2004 +@@ -12,7 +12,9 @@ + + ALL_LIBS = $(XLIBS) $(LIBS) + Makefile.lt: +- echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt ++ echo 'LT_LIBS='`echo "$(ALL_LIBS)" | sed -e "s/\.a/.la/g" -e "s,[^ ]*libosp\.la[^ ]*,,"` "\\" >Makefile.lt ++ echo " " `echo "$(ALL_LIBS)" | awk '{print $$4}'` >> Makefile.lt ++# echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt + + PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@') + +@@ -25,7 +27,7 @@ + -test -d $(DESTDIR)$(bindir) || \ + (mkdir $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) + -rm -f $(DESTDIR)$(bindir)/$(PROG) +- $(LIBTOOL) --mode=install $(INSTALL) $(PROG) $(DESTDIR)$(bindir) ++ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir) + + depend: depend_src + depend.temp: $(GENSRCS) |
