summaryrefslogtreecommitdiff
path: root/editors/AbiWord2/files/patch-ap
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-27 15:59:36 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-27 15:59:36 +0000
commit160c7c4226c4539db08828b89066aa1a09a66e7e (patch)
treec80eab4339667668e802c3ca96602a9af88dad70 /editors/AbiWord2/files/patch-ap
parentUpdate category Makefile in aftermath of afterstep,vim,fvwm95 removal. (diff)
Update to version 0.7.10.
PR: 19455 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=29916
Diffstat (limited to 'editors/AbiWord2/files/patch-ap')
-rw-r--r--editors/AbiWord2/files/patch-ap26
1 files changed, 17 insertions, 9 deletions
diff --git a/editors/AbiWord2/files/patch-ap b/editors/AbiWord2/files/patch-ap
index a006ac936e31..6a8bcc348fe0 100644
--- a/editors/AbiWord2/files/patch-ap
+++ b/editors/AbiWord2/files/patch-ap
@@ -1,22 +1,30 @@
---- wp/Makefile Tue Feb 29 07:34:31 2000
-+++ wp/Makefile.new Sun May 14 21:15:19 2000
-@@ -44,10 +44,16 @@
+--- wp/Makefile Fri May 26 13:51:51 2000
++++ wp/Makefile.new Thu Jun 22 17:11:49 2000
+@@ -44,10 +44,24 @@
@$(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/images,$(VERIFY_DIRECTORY))
++ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR,$(VERIFY_DIRECTORY))
++ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR/images,$(VERIFY_DIRECTORY))
++ @$(subst xxxx,$(CANON_AppDir)/help/es-ES,$(VERIFY_DIRECTORY))
@$(subst xxxx,$(CANON_AppDir)/sample,$(VERIFY_DIRECTORY))
+ @$(subst xxxx,$(CANON_AppDir)/sample/en-US,$(VERIFY_DIRECTORY))
@$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir)
-+ @$(ABICHMOD) ugo=r $(CANON_AppDir)/readme.txt
@$(ABICOPY) $(USERDIR)/wp/system.profile $(CANON_AppDir)
-+ @$(ABICHMOD) ugo=r $(CANON_AppDir)/system.profile
@$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings
-- (cd $(USERDIR)/wp/help; tar cf - $(CANON_Lang)/*.*) | (cd $(CANON_AppDir)/help; tar xf -)
+- (cd $(USERDIR)/wp/help; tar cf - ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -)
- (cd $(USERDIR)/wp/sample; tar cf - $(CANON_Lang)/*.*) | (cd $(CANON_AppDir)/sample; tar xf -)
-
-+ @$(ABICHMOD) ugo=r $(CANON_AppDir)/strings/*.strings
++ @$(ABICOPY) $(USERDIR)/wp/help/*.html $(CANON_AppDir)/help
++ @$(ABICOPY) $(USERDIR)/wp/help/*.gif $(CANON_AppDir)/help
+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/*.html $(CANON_AppDir)/help/en-US
-+ @$(ABICHMOD) ugo=r $(CANON_AppDir)/help/en-US/*.html
++ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.gif $(CANON_AppDir)/help/en-US/images
++ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.jpg $(CANON_AppDir)/help/en-US/images
++ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.png $(CANON_AppDir)/help/en-US/images
++ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/*.html $(CANON_AppDir)/help/fr-FR
++ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.gif $(CANON_AppDir)/help/fr-FR/images
++ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.jpg $(CANON_AppDir)/help/fr-FR/images
++ @$(ABICOPY) $(USERDIR)/wp/help/es-ES/*.html $(CANON_AppDir)/help/es-ES
+ @$(ABICOPY) $(USERDIR)/wp/sample/en-US/*.abw $(CANON_AppDir)/sample/en-US
-+ @$(ABICHMOD) ugo=r $(CANON_AppDir)/sample/en-US/*.abw