diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-22 09:41:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-22 09:41:36 +0000 |
commit | b652eb35423693c3c9e44ff03daca0eedc0bd494 (patch) | |
tree | 7f3d992feef18a638dddbc53db0d025328ada57b /editors/abiword-devel/files/patch-ar | |
parent | Add STING, a TCP-based network measurement tool that measures end-to-end (diff) |
Update to 0.79.
1) Change of MAINTAINER, as dburr seems too busy to bother taking
care of this port. He has never done any upgrades since
originally importing it over a year ago.
2) Finally make spell-checking work.
3) Let AbiWord's own twisted Makefile mechanism install AbiWord.
PR: 18692
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes
Notes:
svn path=/head/; revision=28667
Diffstat (limited to 'editors/abiword-devel/files/patch-ar')
-rw-r--r-- | editors/abiword-devel/files/patch-ar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/abiword-devel/files/patch-ar b/editors/abiword-devel/files/patch-ar new file mode 100644 index 000000000000..1b319cafe8d8 --- /dev/null +++ b/editors/abiword-devel/files/patch-ar @@ -0,0 +1,11 @@ +--- pkg/common/unix/scripts/install.sh Tue Feb 29 13:37:57 2000 ++++ pkg/common/unix/scripts/install.sh.new Sun May 14 18:11:15 2000 +@@ -80,7 +80,7 @@ + + echo "Installing program binaries to [$LIBEXECDIR]..." + # Setup bins +-(cd $SRCDIR/bin; tar cf - Abi*) | (cd $LIBEXECDIR; tar xf -) ++(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) + + ######################################################################## + # If we're on Solaris, run makepsres on the font path |