git: b7e7249048fb - main - math/wxmaxima: Improve style and adopt again
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 10:32:43 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7e7249048fb3b034988299db13b9084132c42f9 commit b7e7249048fb3b034988299db13b9084132c42f9 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-04-23 15:51:09 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-04-24 10:30:41 +0000 math/wxmaxima: Improve style and adopt again Apply small style improvements suggested by portfmt. Approved by: gerald (mentor) --- math/wxmaxima/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index ee82cd09d707..5dd35d3908fe 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 22.04.0 DISTVERSIONPREFIX= Version- CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= salvadore@FreeBSD.org COMMENT= WxWidgets GUI for the computer algebra system maxima LICENSE= GPLv2 @@ -23,10 +23,10 @@ WX_CONF_ARGS= absolute PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} -OPTIONS_DEFINE= NLS DOCS +OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt .include <bsd.port.mk>