pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice Fix quoting, so it works again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b7753da738
branches:  trunk
changeset: 499176:50b7753da738
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Mon Sep 12 18:42:11 2005 +0000

description:
Fix quoting, so it works again.

diffstat:

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

diffs (18 lines):

diff -r 839971bc933b -r 50b7753da738 misc/openoffice/Makefile
--- a/misc/openoffice/Makefile  Mon Sep 12 16:43:18 2005 +0000
+++ b/misc/openoffice/Makefile  Mon Sep 12 18:42:11 2005 +0000
@@ -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 @@
                >${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



Home | Main Index | Thread Index | Old Index