diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-23 20:38:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-23 20:38:03 +0000 |
commit | ac862888e6972d3ff9a256a4aa1ba1fef1438a8d (patch) | |
tree | 3a470d55c89aa8511435dc89829ed3d277e003f1 /misc | |
parent | 6615d30cc771104c0fc9484b273d9cb04c58aa52 (diff) | |
download | pkgsrc-ac862888e6972d3ff9a256a4aa1ba1fef1438a8d.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index 4c109216703..2aa5f6b6f1c 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -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_REQD= suse>=7.3 EMUL_PKG_FMT= rpm RPMFILES= ${WRKSRC}/RPMS/*.rpm RPM2PKG_PREFIX= ${PREFIX} -RPM2PKG_SUBPREFIX= ${EMULSUBDIR} +RPM2PKG_SUBPREFIX= # empty RPM2PKG_STAGE= do-install RUN_LDCONFIG= no |