pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/openoffice2 - Add some perl scripts to REPLACE_PERL.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcb79063eb3d
branches: trunk
changeset: 542785:bcb79063eb3d
user: hira <hira%pkgsrc.org@localhost>
date: Tue May 27 15:44:44 2008 +0000
description:
- Add some perl scripts to REPLACE_PERL.
- Fix permissions of non-executable files.
Pointing out by wiz@ in private e-mail. Bump PKGREVISION.
diffstat:
misc/openoffice2/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 3fd611c6d7e6 -r bcb79063eb3d misc/openoffice2/Makefile
--- a/misc/openoffice2/Makefile Tue May 27 15:06:25 2008 +0000
+++ b/misc/openoffice2/Makefile Tue May 27 15:44:44 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2008/05/11 07:21:51 hira Exp $
+# $NetBSD: Makefile,v 1.45 2008/05/27 15:44:44 hira Exp $
#
OO_VER= 2.4.0
+PKGREVISION= 1
DISTNAME= openoffice-${OO_VER}
PKGNAME= openoffice2-${OO_VER}
CATEGORIES= misc
@@ -52,6 +53,11 @@
GNU_CONFIGURE= yes
+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
REPLACE_PYTHON+= scripting/source/pyprov/mailmerge.py
SUBST_CLASSES+= lib
@@ -130,6 +136,8 @@
tar xpfk $$f; \
done; \
done
+ chmod ${SHAREMODE} ${WRKDIR/${OO_UNXNAME}/program/hid.lst \
+ ${WRKDIR/${OO_UNXNAME}/program/testtoolrc
${ECHO} "#!${SH}" > ${WRKDIR}/${OO_UNXNAME}
${ECHO} "exec ${PREFIX}/${OO_RELEASE}/program/soffice \"\$$@\"" \
>> ${WRKDIR}/${OO_UNXNAME}
Home |
Main Index |
Thread Index |
Old Index