diff options
Diffstat (limited to 'misc/libreoffice4/Makefile')
-rw-r--r-- | misc/libreoffice4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 2e634b47329..8219853f750 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.90 2016/03/05 11:28:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.91 2016/04/11 19:01:57 ryoon Exp $ VERREL= 4.4.7 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |