pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Add missing \.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/409e3b2a2d62
branches:  trunk
changeset: 549349:409e3b2a2d62
user:      hira <hira%pkgsrc.org@localhost>
date:      Fri Oct 31 12:55:30 2008 +0000

description:
Add missing \.

diffstat:

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

diffs (18 lines):

diff -r b0ea92ad2946 -r 409e3b2a2d62 misc/openoffice2/Makefile
--- a/misc/openoffice2/Makefile Fri Oct 31 12:52:01 2008 +0000
+++ b/misc/openoffice2/Makefile Fri Oct 31 12:55:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2008/10/31 11:02:55 hira Exp $
+# $NetBSD: Makefile,v 1.56 2008/10/31 12:55:30 hira Exp $
 #
 
 OO_VER=                        2.4.2
@@ -151,7 +151,7 @@
        cd ${OO_PREFIX} &&                                      \
        for f in ${OO_PKGPATH:Q}/${OO_BASELANG}/*/*.sw; do      \
                tar xpf $$f;                                    \
-       done;
+       done;                                                   \
        for lang in ${OO_LANGPACKS}; do                         \
                for f in ${OO_LANGPACKPATH:Q}/$$lang/*/*.sw; do \
                        tar xpf $$f;                            \



Home | Main Index | Thread Index | Old Index