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 | 1e20ae14c5edc3d7a5610772415ee02af9556164 (patch) | |
tree | f6031c78a11795aa5f7c0c32441b0629c34985d6 /misc | |
parent | ea1cb23a45fbe70930f5aad8dfb1ea50c0823112 (diff) | |
download | pkgsrc-1e20ae14c5edc3d7a5610772415ee02af9556164.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}/} |