summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2008-11-24 11:53:12 +0000
committerhira <hira@pkgsrc.org>2008-11-24 11:53:12 +0000
commite3d1e03fe2081399d467b3ac5b8d2c770572d5bb (patch)
treee56c3b70e21b1639e628d5878a710cf224b80fda /misc
parent698a4c6c5845a93a418e7249058207d4d8a8f9f0 (diff)
downloadpkgsrc-e3d1e03fe2081399d467b3ac5b8d2c770572d5bb.tar.gz
- Remove unnecessary entry from REPLACE_PERL.
- Fix indent (space -> tab).
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice3/Makefile7
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; \