diff options
Diffstat (limited to 'editors/AbiWord2/files/patch-ar')
-rw-r--r-- | editors/AbiWord2/files/patch-ar | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-ar b/editors/AbiWord2/files/patch-ar new file mode 100644 index 000000000..9f93ba444 --- /dev/null +++ b/editors/AbiWord2/files/patch-ar @@ -0,0 +1,14 @@ + +$FreeBSD: ports/editors/AbiWord2/files/patch-ar,v 1.3 2003/02/23 18:39:35 marcus Exp $ + +--- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001 ++++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001 +@@ -80,7 +80,7 @@ + + echo "Installing program binaries to [$LIBEXECDIR]..." + # Setup bins +-(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -) ++(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) + + ######################################################################## + # If we're on Solaris, run makepsres on the font path |