diff options
author | hira <hira> | 2008-10-31 12:55:30 +0000 |
---|---|---|
committer | hira <hira> | 2008-10-31 12:55:30 +0000 |
commit | f7ad5d97f47a860bb27e0c6b5aa21064a67e1e9d (patch) | |
tree | be3d5a86f2bac86b5672e4f89ae5b392480fee52 /misc/openoffice2 | |
parent | 8898c8378bad58e65973da6449aeb1c9fe033302 (diff) | |
download | pkgsrc-f7ad5d97f47a860bb27e0c6b5aa21064a67e1e9d.tar.gz |
Add missing \.
Diffstat (limited to 'misc/openoffice2')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
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; \ |