aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2022-04-23 15:51:09 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2022-04-24 10:30:41 +0000
commitb7e7249048fb3b034988299db13b9084132c42f9 (patch)
tree457d0a20215479c85b129e6a0ae8a726d3abd7fb
parent3b2281ed4a6211220244727787b87ad275f13d7a (diff)
downloadports-b7e7249048fb3b034988299db13b9084132c42f9.tar.gz
ports-b7e7249048fb3b034988299db13b9084132c42f9.zip
math/wxmaxima: Improve style and adopt again
Apply small style improvements suggested by portfmt. Approved by: gerald (mentor)
-rw-r--r--math/wxmaxima/Makefile6
1 files 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>