diff options
Diffstat (limited to 'misc/libreoffice43/Makefile')
-rw-r--r-- | misc/libreoffice43/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice43/Makefile b/misc/libreoffice43/Makefile index 24e48e33515..50133960c14 100644 --- a/misc/libreoffice43/Makefile +++ b/misc/libreoffice43/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/09/16 08:08:00 he Exp $ +# $NetBSD: Makefile,v 1.5 2015/10/01 05:37:00 wiz Exp $ VERREL= 4.3.7 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice43-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |