diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-03 07:51:17 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-03 07:51:17 +0000 |
commit | bd132e4dbbfefa316800146e67ae8d179c8b4cd0 (patch) | |
tree | 3417ad6391ada6f6e374f2c17acb5444c21a878b /editors/abiword-devel/files/patch-an | |
parent | Upgrade to latest version. (diff) |
Update to 0.7.12. Thanks to Alec Wolman(maintainer), it now uses iconv
from our ports system, rather than the modified version from AbiWord.
Submitted by: "Alec Wolman" <wolman@cs.washington.edu> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=36620
Diffstat (limited to 'editors/abiword-devel/files/patch-an')
-rw-r--r-- | editors/abiword-devel/files/patch-an | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/abiword-devel/files/patch-an b/editors/abiword-devel/files/patch-an index ee7d51335e95..b6f659cb2635 100644 --- a/editors/abiword-devel/files/patch-an +++ b/editors/abiword-devel/files/patch-an @@ -1,6 +1,6 @@ --- Makefile Tue Feb 29 07:34:29 2000 +++ Makefile.new Sun May 14 21:58:09 2000 -@@ -42,6 +42,7 @@ +@@ -45,6 +45,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 +8,7 @@ ## Set the following to a list of directories (probably a subset of DIRS) ## that have work to do. -@@ -52,6 +53,9 @@ +@@ -55,6 +56,9 @@ @for k in $(CANON_TOPLEVELFILES); do \ $(ABICOPY) $$k $(CANONDIR); \ done @@ -18,7 +18,7 @@ @for k in $(CANON_SubDirs); do \ $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ done -@@ -63,6 +67,7 @@ +@@ -66,6 +70,7 @@ unzip -o $$k; \ rm $$k; \ done) @@ -26,7 +26,7 @@ # (cd $(ABI_ROOT)/../abidistfiles; tar cf - dictionary/*.hash) | (cd $(CANONDIR); tar xf -) ifeq ($(ABI_NATIVE),unix) # each Unix installer requires both unixfonts and abidistfiles, -@@ -92,10 +97,12 @@ +@@ -95,10 +100,12 @@ fi # icons for X window manager use @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) |