Wed May 15 13:43:54 2024 UTC (32d)
libreoffice: fix pkglint


(wiz)
diff -r1.329 -r1.330 pkgsrc/misc/libreoffice/Makefile

cvs diff -r1.329 -r1.330 pkgsrc/misc/libreoffice/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/libreoffice/Makefile 2024/04/13 12:16:10 1.329
+++ pkgsrc/misc/libreoffice/Makefile 2024/05/15 13:43:54 1.330
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.329 2024/04/13 12:16:10 ryoon Exp $ 1# $NetBSD: Makefile,v 1.330 2024/05/15 13:43:54 wiz Exp $
2 2
3VERREL= 24.2.2 3VERREL= 24.2.2
4VERRC= 2 4VERRC= 2
5VER= ${VERREL}.${VERRC} 5VER= ${VERREL}.${VERRC}
6DISTNAME= libreoffice-${VER} 6DISTNAME= libreoffice-${VER}
7CATEGORIES= misc 7CATEGORIES= misc
8MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ 8MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= ryoon@NetBSD.org 11MAINTAINER= ryoon@NetBSD.org
12HOMEPAGE= https://www.libreoffice.org/ 12HOMEPAGE= https://www.libreoffice.org/
13COMMENT= Office productivity suite from The Document Foundation 13COMMENT= Office productivity suite from The Document Foundation
14LICENSE= gnu-lgpl-v3 14LICENSE= gnu-lgpl-v3
@@ -66,27 +66,27 @@ pre-build: @@ -66,27 +66,27 @@ pre-build:
66.endif 66.endif
67 67
68PYTHON_VERSIONS_INCOMPATIBLE= 27 68PYTHON_VERSIONS_INCOMPATIBLE= 27
69 69
70CHECK_SHLIBS_SUPPORTED= no 70CHECK_SHLIBS_SUPPORTED= no
71# configure will be regenerated. 71# configure will be regenerated.
72CHECK_PORTABILITY_SKIP= configure 72CHECK_PORTABILITY_SKIP= configure
73 73
74NOT_PAX_MPROTECT_SAFE+= ${PKGNAME_NOREV}/lib/libreoffice/program/soffice.bin 74NOT_PAX_MPROTECT_SAFE+= ${PKGNAME_NOREV}/lib/libreoffice/program/soffice.bin
75 75
76DIST_SUBDIR= libreoffice 76DIST_SUBDIR= libreoffice
77 77
78LO_BOOTSTRAP= ${DISTNAME} 78LO_BOOTSTRAP= ${DISTNAME}
79LO_COMPONENTS= dictionaries translations # help  79LO_COMPONENTS= dictionaries translations # help
80 80
81DISTFILES+= ${LO_BOOTSTRAP}${EXTRACT_SUFX} 81DISTFILES+= ${LO_BOOTSTRAP}${EXTRACT_SUFX}
82EXTRACT_ONLY= ${LO_BOOTSTRAP}${EXTRACT_SUFX} 82EXTRACT_ONLY= ${LO_BOOTSTRAP}${EXTRACT_SUFX}
83 83
84.for component in ${LO_COMPONENTS} 84.for component in ${LO_COMPONENTS}
85DISTFILES+= libreoffice-${component}-${VER}.tar.xz 85DISTFILES+= libreoffice-${component}-${VER}.tar.xz
86EXTRACT_ONLY+= libreoffice-${component}-${VER}.tar.xz 86EXTRACT_ONLY+= libreoffice-${component}-${VER}.tar.xz
87.endfor 87.endfor
88 88
89MORE_DISTFILES= \ 89MORE_DISTFILES= \
90 breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz \ 90 breakpad-b324760c7f53667af128a6b77b790323da04fcb9.tar.xz \
91 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz \ 91 0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz \
92 liberation-narrow-fonts-ttf-1.07.6.tar.gz \ 92 liberation-narrow-fonts-ttf-1.07.6.tar.gz \