diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-05 20:05:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-05 20:05:40 +0000 |
commit | ea2d2ccf3281de50754017c61d75d0e8d6a0e4c0 (patch) | |
tree | 56855051533c590cbe6cd8e3443cb53a50868b0e /editors/abiword-devel/files | |
parent | f4a807a4a7097233718818c9484aa76b41455b4d (diff) |
Update to 1.0.2.
Notes
Notes:
svn path=/head/; revision=60656
Diffstat (limited to 'editors/abiword-devel/files')
-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)) |