mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b652eb3542
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>
12 lines
455 B
Plaintext
12 lines
455 B
Plaintext
--- 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
|