pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin Fix installation path of openoffi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5f01f635cf0
branches:  trunk
changeset: 532581:f5f01f635cf0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Aug 23 20:38:03 2007 +0000

description:
Fix installation path of openoffice2-bin which was broken during the
conversion to the emulator framework.  We now install into
${LOCALBASE}/openoffice.org2.2 as before.

Bump the PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 9363e560db08 -r f5f01f635cf0 misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile     Thu Aug 23 20:27:19 2007 +0000
+++ b/misc/openoffice2-bin/Makefile     Thu Aug 23 20:38:03 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2007/08/23 18:20:32 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2007/08/23 20:38:03 jlam Exp $
 
 DISTNAME=              openoffice2-bin # overridden below
 PKGNAME=               openoffice2-bin-${OO_RELEASE}
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_OPENOFFICE:=stable/${OO_RELEASE}/}
 
@@ -36,7 +37,7 @@
 EMUL_PKG_FMT=          rpm
 RPMFILES=              ${WRKSRC}/RPMS/*.rpm
 RPM2PKG_PREFIX=                ${PREFIX}
-RPM2PKG_SUBPREFIX=     ${EMULSUBDIR}
+RPM2PKG_SUBPREFIX=     # empty
 RPM2PKG_STAGE=         do-install
 RUN_LDCONFIG=          no
 



Home | Main Index | Thread Index | Old Index