summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormrauch <mrauch@pkgsrc.org>2005-09-12 18:42:11 +0000
committermrauch <mrauch@pkgsrc.org>2005-09-12 18:42:11 +0000
commitbb1b6ebfdbaf03da705c8c4951c17ba5aebf941e (patch)
tree4e8aec51ece3e2beede5957d2a06be670dd9b70d /misc
parentaf11b5d8bbeebc3b49c3b511e1d7ebec98785eb1 (diff)
downloadpkgsrc-bb1b6ebfdbaf03da705c8c4951c17ba5aebf941e.tar.gz
Fix quoting, so it works again.
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile
index 490ea808cbb..fe500772ed8 100644
--- a/misc/openoffice/Makefile
+++ b/misc/openoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2005/09/11 10:49:35 mrauch Exp $
+# $NetBSD: Makefile,v 1.70 2005/09/12 18:42:11 mrauch Exp $
DISTNAME= openoffice-1.1.4
PKGREVISION= 2
@@ -85,7 +85,7 @@ pre-install:
>${WRKSRC}/../instsetoo/${OPENOFFICE_OUTPATH}.pro/${OPENOFFICE_LANGCODE}/normal/setup.ins
do-install:
- cd ${WRKSRC}/../instsetoo/${OPENOFFICE_OUTPATH}.pro/${OPENOFFICE_LANGCODE}/normal; ${SETENV} TEMP=${TEMP} ./install --prefix=${PREFIX}"
+ cd ${WRKSRC}/../instsetoo/${OPENOFFICE_OUTPATH}.pro/${OPENOFFICE_LANGCODE}/normal; ${SETENV} TEMP=${TEMP} ./install --prefix=${PREFIX}
${TOUCH} ${PREFIX}/${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/common.tree
${TOUCH} ${PREFIX}/${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/schart.tree
${TOUCH} ${PREFIX}/${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.tree