diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-05-30 08:30:08 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-05-30 08:30:08 +0000 |
commit | bbfe90d0cbc62f493e642a0e0fc3d6850f516974 (patch) | |
tree | 78bad5ac734b0552ed926bc060406f1c7f81387a /misc | |
parent | f4575e3fe0384bd8816e12c9a7a390c91d6431fb (diff) | |
download | pkgsrc-bbfe90d0cbc62f493e642a0e0fc3d6850f516974.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/openoffice-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 4402124821e..1a6c86f8a5a 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -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 @@ SUPPORT_FILES= /dev/null /emul/linux/etc/mtab 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 |