diff options
author | bad <bad@pkgsrc.org> | 2010-09-13 22:38:38 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2010-09-13 22:38:38 +0000 |
commit | f94d6e061078e8fda4d7fb062a9e8fd67bbde79a (patch) | |
tree | f6031c78a11795aa5f7c0c32441b0629c34985d6 /misc | |
parent | 6520e894cb79e5359e3eeb8437ddf063749eb98d (diff) | |
download | pkgsrc-f94d6e061078e8fda4d7fb062a9e8fd67bbde79a.tar.gz |
bump PKGREVISION for restricting JVMs to working ones in options.mk.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice3-bin/Makefile b/misc/openoffice3-bin/Makefile index 3a755148874..ef5b2133d80 100644 --- a/misc/openoffice3-bin/Makefile +++ b/misc/openoffice3-bin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2010/09/07 17:35:29 tron Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/13 22:38:38 bad Exp $ DISTNAME= openoffice3-bin # overridden below PKGNAME= openoffice3-bin-${OO_RELEASE} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_RELEASE}/} |