diff options
author | hira <hira@pkgsrc.org> | 2008-11-24 11:53:12 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2008-11-24 11:53:12 +0000 |
commit | 55e3415fcde1c0d0a1c59577ec4f855aa6dcffc6 (patch) | |
tree | e56c3b70e21b1639e628d5878a710cf224b80fda /misc/openoffice3 | |
parent | bd3396c5e3a72c54c6ffae208085884cc61f3a00 (diff) | |
download | pkgsrc-55e3415fcde1c0d0a1c59577ec4f855aa6dcffc6.tar.gz |
- Remove unnecessary entry from REPLACE_PERL.
- Fix indent (space -> tab).
Diffstat (limited to 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index d8f242d4130..4dabf55bfd6 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/11/22 15:34:32 hira Exp $ +# $NetBSD: Makefile,v 1.19 2008/11/24 11:53:12 hira Exp $ # OO_VER= 3.0.0 @@ -60,8 +60,7 @@ REPLACE_PERL+= sd/res/webview/editpic.pl \ sd/res/webview/poll.pl \ sd/res/webview/savepic.pl \ sd/res/webview/show.pl \ - sd/res/webview/webview.pl \ - sysui/desktop/share/create_mime_xml.pl + sd/res/webview/webview.pl REPLACE_PYTHON+= scripting/source/pyprov/mailmerge.py SUBST_CLASSES+= prefix @@ -163,7 +162,7 @@ do-install: cd ${DESTDIR}${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; \ |