diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-03 20:04:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-03 20:04:07 +0000 |
commit | b6cb68e1a8493b845e3d163a66b30b0eb6b8916b (patch) | |
tree | 9f5a412d0619f266d7ef76664c5825d6bb3bdbfa | |
parent | e3860a6d2f4abee95d867cf22daae095bfc8f645 (diff) | |
download | pkgsrc-b6cb68e1a8493b845e3d163a66b30b0eb6b8916b.tar.gz |
Adapt MESSAGE for 1.1.4.
-rw-r--r-- | misc/openoffice-linux/MESSAGE | 6 | ||||
-rw-r--r-- | misc/openoffice-linux/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/openoffice-linux/MESSAGE b/misc/openoffice-linux/MESSAGE index f1045c24f91..531f12a072e 100644 --- a/misc/openoffice-linux/MESSAGE +++ b/misc/openoffice-linux/MESSAGE @@ -1,13 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.8 2004/06/27 16:07:36 mrauch Exp $ +$NetBSD: MESSAGE,v 1.9 2005/01/03 20:04:07 wiz Exp $ - OpenOffice has now been installed in ${PREFIX}/OpenOffice.org1.1.2. + OpenOffice has now been installed in ${PREFIX}/OpenOffice.org${VER}. Before using this package for the first time, each user has to run a setup program, which is automatically invoked at the first start of ${PREFIX}/bin/soffice. For (optional) Java support, please run - ${PREFIX}/OpenOffice.org1.1.2/program/jvmsetup + ${PREFIX}/OpenOffice.org${VER}/program/jvmsetup after having run the user setup program. =========================================================================== diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index df60e710efb..755b82c61af 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/01/03 10:51:14 martti Exp $ +# $NetBSD: Makefile,v 1.28 2005/01/03 20:04:07 wiz Exp $ DISTNAME= OOo_${OO_VER}_LinuxIntel_install PKGNAME= openoffice-linux-${OO_VER} @@ -15,6 +15,7 @@ COMMENT= Integrated office productivity suite (binary pkg) OO_VER= 1.1.4 PLIST_SUBST+= VER=${OO_VER} +MESSAGE_SUBST+= VER=${OO_VER} NO_CONFIGURE= yes |