summaryrefslogtreecommitdiffstats
path: root/editors/AbiWord2/files/patch-an
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-22 14:31:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-22 14:31:14 +0800
commit3a7e5eb12b7b0ccde74b956433684c44f64e8808 (patch)
tree6a790b8fdecbf6f42a4c6bc5216727a1d7e80c67 /editors/AbiWord2/files/patch-an
parent2c4031c6c97ab49bf7ce02139d1a5dd79344549c (diff)
downloadmarcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar.gz
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar.bz2
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar.lz
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar.xz
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.tar.zst
marcuscom-ports-3a7e5eb12b7b0ccde74b956433684c44f64e8808.zip
Add AbiWord2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@540 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/AbiWord2/files/patch-an')
-rw-r--r--editors/AbiWord2/files/patch-an46
1 files changed, 46 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-an b/editors/AbiWord2/files/patch-an
new file mode 100644
index 000000000..bebb944c8
--- /dev/null
+++ b/editors/AbiWord2/files/patch-an
@@ -0,0 +1,46 @@
+
+$FreeBSD: ports/editors/AbiWord/files/patch-an,v 1.4 2002/06/05 20:05:40 marcus Exp $
+
+--- src/Makefile.orig Thu May 30 17:51:53 2002
++++ src/Makefile Wed Jun 5 15:47:41 2002
+@@ -48,6 +48,7 @@
+
+ ## Set the following to a list of pathnames to be copied to $(CANONDIR)
+ CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt
++CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES))
+
+ ## Set the following to a list of directories (probably a subset of DIRS)
+ ## that have work to do.
+@@ -58,6 +59,9 @@
+ @for k in $(CANON_TOPLEVELFILES); do \
+ $(ABICOPY) $$k $(CANONDIR); \
+ done
++ @for k in $(CANON_TLF_NOTDIR); do \
++ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \
++ done
+ @for k in $(CANON_SubDirs); do \
+ $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \
+ done
+@@ -72,6 +76,7 @@
+ cp $$k american.hash; \
+ rm $$k ; \
+ done)
++ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *)
+ # We currently only ship american.hash, so the above and below aren't logical.
+ # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell.
+ @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary
+@@ -112,10 +117,12 @@
+ fi
+ # icons for X window manager use
+ @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY))
+- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons)
++ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons)
++ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r *_48*)
+ # font stuff for installation
+ @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY))
+- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts)
++ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts)
++ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*)
+ endif
+
+ ##################################################################