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-ad | |
parent | Rename sysutils/ patch-xy patches to reflect the files they modify. (diff) |
Rename textproc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363336
Diffstat (limited to 'textproc/openjade/files/patch-ad')
-rw-r--r-- | textproc/openjade/files/patch-ad | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/openjade/files/patch-ad b/textproc/openjade/files/patch-ad deleted file mode 100644 index 89550f364ec5..000000000000 --- a/textproc/openjade/files/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ ---- 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) |