git: 5ae0ab52544b - main - editors/openoffice-4: fix portlint warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 03:56:07 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ae0ab52544b4d8e9207f1c7706af644ddbdd9c5 commit 5ae0ab52544b4d8e9207f1c7706af644ddbdd9c5 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2022-04-13 03:53:37 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2022-04-13 03:54:57 +0000 editors/openoffice-4: fix portlint warning Delete extraneous EOL whitespace. --- editors/openoffice-4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 255004f3e303..63925280e7a4 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -343,7 +343,7 @@ do-extract-SDK-on: post-extract: ${TAR} -C ${WRKSUBDIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EXTSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PYTHON_DISTFILE} ${WRKSUBDIR}/ext_sources/${PYTHON_DISTFILE} -.if ${CHOSEN_COMPILER_TYPE} == gcc || ${COMPILER_VERSION} >= 130 +.if ${CHOSEN_COMPILER_TYPE} == gcc || ${COMPILER_VERSION} >= 130 . for f in ${GCC_EXTRA_DISTFILES} ${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSUBDIR}/ext_sources/${f} . endfor