diff options
Diffstat (limited to 'editors/abiword-devel/files/patch-an')
-rw-r--r-- | editors/abiword-devel/files/patch-an | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an index b6f659cb2635..f574d00872ed 100644 --- a/editors/abiword-devel/files/patch-an +++ b/editors/abiword-devel/files/patch-an @@ -1,6 +1,9 @@ ---- Makefile Tue Feb 29 07:34:29 2000 -+++ Makefile.new Sun May 14 21:58:09 2000 -@@ -45,6 +45,7 @@ + +$FreeBSD$ + +--- src/Makefile.orig Sun Jul 15 10:13:26 2001 ++++ src/Makefile Wed Aug 8 13:28:42 2001 +@@ -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 @@ -8,7 +11,7 @@ ## Set the following to a list of directories (probably a subset of DIRS) ## that have work to do. -@@ -55,6 +56,9 @@ +@@ -58,6 +59,9 @@ @for k in $(CANON_TOPLEVELFILES); do \ $(ABICOPY) $$k $(CANONDIR); \ done @@ -18,20 +21,20 @@ @for k in $(CANON_SubDirs); do \ $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ done -@@ -66,6 +70,7 @@ - unzip -o $$k; \ - rm $$k; \ +@@ -72,6 +76,7 @@ + cp $$k american.hash; \ + rm $$k ; \ done) + @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # (cd $(ABI_ROOT)/../abidistfiles; tar cf - dictionary/*.hash) | (cd $(CANONDIR); tar xf -) - ifeq ($(ABI_NATIVE),unix) - # each Unix installer requires both unixfonts and abidistfiles, -@@ -95,10 +100,12 @@ + endif + + @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) +@@ -106,10 +111,12 @@ fi # icons for X window manager use @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../abidistfiles/icons; cp *_48* $(CANONDIR)/icons) -+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) *_48* $(CANONDIR)/icons) +- (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)) |