diff options
Diffstat (limited to 'misc/libreoffice4/Makefile')
-rw-r--r-- | misc/libreoffice4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index eca6fb2cbe6..772dc095d22 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.53 2014/12/24 12:59:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2015/01/08 10:20:35 wiz Exp $ VERREL= 4.3.5 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |