diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-31 21:37:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-31 21:37:03 +0000 |
commit | 151fcf0af3cc4bda932f26e38162b762fb806be0 (patch) | |
tree | 2f5e700489c63eef670facb004b637f6c690e3db /editors/AbiWord/files/patch-ap | |
parent | Per distfile survey, remove mastersite that disappeared in August 2003. (diff) |
Remove AbiWord-1.x now that 2.0 has been released, and is the new stable
release.
Notes
Notes:
svn path=/head/; revision=92746
Diffstat (limited to 'editors/AbiWord/files/patch-ap')
-rw-r--r-- | editors/AbiWord/files/patch-ap | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/AbiWord/files/patch-ap b/editors/AbiWord/files/patch-ap deleted file mode 100644 index 76fbc4554e65..000000000000 --- a/editors/AbiWord/files/patch-ap +++ /dev/null @@ -1,23 +0,0 @@ ---- src/wp/Makefile.orig Sat Apr 13 07:22:38 2002 -+++ src/wp/Makefile Fri Apr 19 23:30:57 2002 -@@ -44,8 +44,18 @@ - @$(subst xxxx,$(CANON_AppDir),$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/strings,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoweb.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoword.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/info,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/dialogreplace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/menufile.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/workspace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/problems,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/tutorial,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/images,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/system.profile* $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings -- (cd $(USERDIR)/wp/help; tar cf - images ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -) -- @$(ABICOPY) $(ABI_ROOT)/CREDITS.TXT $(CANON_AppDir)/help/en-US/credits.txt |