pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice-linux Improve the replacement that mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52849a7271a0
branches:  trunk
changeset: 475946:52849a7271a0
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Sun May 30 08:30:08 2004 +0000

description:
Improve the replacement that makes the test for an existing lifreetype.so.6
always false. The old one seemed to not work in some corner cases.

diffstat:

 misc/openoffice-linux/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 076442b87c68 -r 52849a7271a0 misc/openoffice-linux/Makefile
--- a/misc/openoffice-linux/Makefile    Sun May 30 08:16:23 2004 +0000
+++ b/misc/openoffice-linux/Makefile    Sun May 30 08:30:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/04/11 14:57:03 mrauch Exp $
+# $NetBSD: Makefile,v 1.22 2004/05/30 08:30:08 mrauch Exp $
 
 DISTNAME=              OOo_1.1.1_LinuxIntel_install
 PKGNAME=               openoffice-linux-1.1.1
@@ -35,7 +35,7 @@
 pre-install:
        ${CP} ${WRKSRC}/setup.ins ${WRKSRC}/setup.ins.orig
        ${SED}  -e "s|/usr/bin/soffice|${PREFIX}/bin/soffice.orig|g"    \
-               -e "s|/usr/lib||g"                                      \
+               -e "s|not(existsFile(searchdir, searchfile))|true|g"    \
                <${WRKSRC}/setup.ins.orig >${WRKSRC}/setup.ins
 .     if ${OPSYS}=="NetBSD" && !exists(/emul/linux/etc/mtab)
        ${CP} /dev/null /emul/linux/etc/mtab



Home | Main Index | Thread Index | Old Index