diff options
Diffstat (limited to 'misc/libreoffice3-bin/Makefile')
-rw-r--r-- | misc/libreoffice3-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/libreoffice3-bin/Makefile b/misc/libreoffice3-bin/Makefile index 53f1319fb22..542322b3236 100644 --- a/misc/libreoffice3-bin/Makefile +++ b/misc/libreoffice3-bin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2011/11/10 19:26:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/26 15:33:01 ryoon Exp $ DISTNAME= libreoffice3-bin # overridden below PKGNAME= libreoffice3-bin-${OO_RELEASE} CATEGORIES= misc -MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/3.4.4/rpm/x86/ +MASTER_SITES= http://download.documentfoundation.org/libreoffice/stable/3.4.5/rpm/x86/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://www.libreoffice.org/ @@ -21,7 +21,7 @@ CONFLICTS+= openoffice-linux-[0-9]* OO_VER= 3 OO_BASEVER= 3.4 -OO_RELEASE= 3.4.4 +OO_RELEASE= 3.4.5 PLIST_SUBST+= VER=${OO_VER:Q} BASEVER=${OO_BASEVER:Q} MESSAGE_SUBST+= VER=${OO_VER:Q} FILES_SUBST+= VER=${OO_VER:Q} |