diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 21:31:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 21:31:33 +0000 |
commit | 43b411e1bfb22590976a4f4576057877e2e3730b (patch) | |
tree | b283bb4d0ea7043123cac775aeb112b0e7f2456d /editors/abiword/files | |
parent | 0e21aff6970c6f4be5547c00f8ec9de43264a6a1 (diff) |
Notes
Diffstat (limited to 'editors/abiword/files')
-rw-r--r-- | editors/abiword/files/patch-ar | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/abiword/files/patch-ar b/editors/abiword/files/patch-ar deleted file mode 100644 index 7e5c85d3ddca..000000000000 --- a/editors/abiword/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |