diff options
author | hira <hira> | 2008-11-24 11:53:12 +0000 |
---|---|---|
committer | hira <hira> | 2008-11-24 11:53:12 +0000 |
commit | ca85281d9de212ebc2b1c63d4c5e8539db2e8749 (patch) | |
tree | e56c3b70e21b1639e628d5878a710cf224b80fda /misc | |
parent | 97f866eb6bce4d62877115b81fb37634c695a2c2 (diff) | |
download | pkgsrc-ca85281d9de212ebc2b1c63d4c5e8539db2e8749.tar.gz |
- Remove unnecessary entry from REPLACE_PERL.
- Fix indent (space -> tab).
Diffstat (limited to 'misc')
-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; \ |