pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5f32dfff7d
branches:  trunk
changeset: 547779:2f5f32dfff7d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 02 17:57:45 2008 +0000

description:
Fix DESTDIR installation.

diffstat:

 misc/openoffice2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8cbbc1130b45 -r 2f5f32dfff7d misc/openoffice2/Makefile
--- a/misc/openoffice2/Makefile Thu Oct 02 17:57:39 2008 +0000
+++ b/misc/openoffice2/Makefile Thu Oct 02 17:57:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2008/09/20 14:14:47 hira Exp $
+# $NetBSD: Makefile,v 1.51 2008/10/02 17:57:45 joerg Exp $
 #
 
 OO_VER=                        2.4.1
@@ -114,7 +114,7 @@
 PLIST_SRC=             ${PKGDIR}/PLIST
 PLIST_SRC+=            ${WRKDIR}/PLIST
 MESSAGE_SUBST+=                OO_RELEASE=${OO_RELEASE}
-INSTALLATION_DIRS=     bin ${OO_RELEASE}
+INSTALLATION_DIRS=     bin ${OO_RELEASE} share/applications
 
 OO_UNXNAME=    openoffice.org2.4
 OO_PKGPATH=    ${WRKSRC}/instsetoo_native/${OPENOFFICE_OUTPATH}.pro/OpenOffice/portable/install



Home | Main Index | Thread Index | Old Index