diff options
author | bad <bad> | 2010-09-13 22:38:38 +0000 |
---|---|---|
committer | bad <bad> | 2010-09-13 22:38:38 +0000 |
commit | 70279bc2489482043bc70dab19127dfbe9c7f88d (patch) | |
tree | f6031c78a11795aa5f7c0c32441b0629c34985d6 /misc | |
parent | 9e1f7808cfeaaf1885d5dffee593753278e4c956 (diff) | |
download | pkgsrc-70279bc2489482043bc70dab19127dfbe9c7f88d.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}/} |