summaryrefslogtreecommitdiff
path: root/misc/openoffice2
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2008-10-31 12:55:30 +0000
committerhira <hira@pkgsrc.org>2008-10-31 12:55:30 +0000
commit64a632eaf0c41ba07c921eb36ecdc0639b07373f (patch)
treebe3d5a86f2bac86b5672e4f89ae5b392480fee52 /misc/openoffice2
parentc6490729c1262c9d89e299a318f304fbc9caf746 (diff)
downloadpkgsrc-64a632eaf0c41ba07c921eb36ecdc0639b07373f.tar.gz
Add missing \.
Diffstat (limited to 'misc/openoffice2')
-rw-r--r--misc/openoffice2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile
index 4fed956946e..ee503f3287f 100644
--- a/misc/openoffice2/Makefile
+++ b/misc/openoffice2/Makefile
@@ -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 @@ do-install:
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; \