summaryrefslogtreecommitdiff
path: root/misc/openoffice-linux
diff options
context:
space:
mode:
authormrauch <mrauch>2004-05-30 08:30:08 +0000
committermrauch <mrauch>2004-05-30 08:30:08 +0000
commit7de31a381afaae2453d12dc5abefc4f630fcb07f (patch)
tree78bad5ac734b0552ed926bc060406f1c7f81387a /misc/openoffice-linux
parent913f6939b79e9cc3cd927780b50e21fbfd408b55 (diff)
downloadpkgsrc-7de31a381afaae2453d12dc5abefc4f630fcb07f.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/openoffice-linux')
-rw-r--r--misc/openoffice-linux/Makefile4
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