diff options
Diffstat (limited to 'editors/abiword-devel/files/patch-an')
-rw-r--r-- | editors/abiword-devel/files/patch-an | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an index f574d00872ed..f2e91bdd806e 100644 --- a/editors/abiword-devel/files/patch-an +++ b/editors/abiword-devel/files/patch-an @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/Makefile.orig Sun Jul 15 10:13:26 2001 -+++ src/Makefile Wed Aug 8 13:28:42 2001 +--- 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) @@ -26,10 +26,10 @@ $FreeBSD$ rm $$k ; \ done) + @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - endif - - @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) -@@ -106,10 +111,12 @@ + # 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)) |