diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-02 17:27:03 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-02 17:27:03 +0000 |
commit | 3fb127aa8229a833a1d3aba78a41fc8b332bcc14 (patch) | |
tree | 714de62b90f16cc659f806e643143fac880e858d /misc/gnomesword/files | |
parent | 0a0f45c8439ae49dcbee6e4a9df75fcb02e31c74 (diff) |
Notes
Diffstat (limited to 'misc/gnomesword/files')
-rw-r--r-- | misc/gnomesword/files/patch-Makefile.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/gnomesword/files/patch-Makefile.in b/misc/gnomesword/files/patch-Makefile.in deleted file mode 100644 index f18a2bfe7fe9..000000000000 --- a/misc/gnomesword/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2007-12-18 09:55:52.000000000 -0500 -+++ Makefile.in 2007-12-18 09:55:52.000000000 -0500 -@@ -66,8 +66,7 @@ - *) f=$$p;; \ - esac; - am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; --am__installdirs = "$(DESTDIR)$(gnomemenudir)" \ -- "$(DESTDIR)$(gnomesworddocdir)" -+am__installdirs = "$(DESTDIR)$(gnomemenudir)" - gnomemenuDATA_INSTALL = $(INSTALL_DATA) - gnomesworddocDATA_INSTALL = $(INSTALL_DATA) - DATA = $(gnomemenu_DATA) $(gnomesworddoc_DATA) -@@ -690,7 +689,7 @@ - all-am: Makefile $(DATA) config.h - installdirs: installdirs-recursive - installdirs-am: -- for dir in "$(DESTDIR)$(gnomemenudir)" "$(DESTDIR)$(gnomesworddocdir)"; do \ -+ for dir in "$(DESTDIR)$(gnomemenudir)" do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive -@@ -738,8 +737,7 @@ - - info-am: - --install-data-am: install-data-local install-gnomemenuDATA \ -- install-gnomesworddocDATA -+install-data-am: install-data-local install-gnomemenuDATA - - install-dvi: install-dvi-recursive - |