pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix previous commit. Correct paths o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae4a421b7ac9
branches: trunk
changeset: 542984:ae4a421b7ac9
user: hira <hira%pkgsrc.org@localhost>
date: Fri May 30 16:05:56 2008 +0000
description:
Fix previous commit. Correct paths of hid.lst and testtoolrc.
This should fix PR pkg/38799.
diffstat:
misc/openoffice2/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 063775785a7c -r ae4a421b7ac9 misc/openoffice2/Makefile
--- a/misc/openoffice2/Makefile Fri May 30 16:03:17 2008 +0000
+++ b/misc/openoffice2/Makefile Fri May 30 16:05:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2008/05/27 15:44:44 hira Exp $
+# $NetBSD: Makefile,v 1.46 2008/05/30 16:05:56 hira Exp $
#
OO_VER= 2.4.0
@@ -136,8 +136,8 @@
tar xpfk $$f; \
done; \
done
- chmod ${SHAREMODE} ${WRKDIR/${OO_UNXNAME}/program/hid.lst \
- ${WRKDIR/${OO_UNXNAME}/program/testtoolrc
+ cd ${WRKDIR}${OO_PKGROOT} && \
+ chmod ${SHAREMODE} program/hid.lst program/testtoolrc
${ECHO} "#!${SH}" > ${WRKDIR}/${OO_UNXNAME}
${ECHO} "exec ${PREFIX}/${OO_RELEASE}/program/soffice \"\$$@\"" \
>> ${WRKDIR}/${OO_UNXNAME}
Home |
Main Index |
Thread Index |
Old Index