summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-ar
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-08 15:46:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-08 15:46:45 +0000
commitbc318710eeaee30aaaab403709e15606b9789dd3 (patch)
tree68ea2945cd2444447128afcbe62e64bbe16fe276 /editors/abiword-devel/files/patch-ar
parentOops - forgot to do a "cvs add" for pkg-message before previous commit. (diff)
Update to 0.9.0.
Notes
Notes: svn path=/head/; revision=45968
Diffstat (limited to 'editors/abiword-devel/files/patch-ar')
-rw-r--r--editors/abiword-devel/files/patch-ar9
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/abiword-devel/files/patch-ar b/editors/abiword-devel/files/patch-ar
index 1b319cafe8d8..5832a8deed5c 100644
--- a/editors/abiword-devel/files/patch-ar
+++ b/editors/abiword-devel/files/patch-ar
@@ -1,10 +1,13 @@
---- 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
+
+$FreeBSD$
+
+--- 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 - Abi*) | (cd $LIBEXECDIR; tar xf -)
+-(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -)
+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR)
########################################################################