aboutsummaryrefslogtreecommitdiff
path: root/deskutils/lumina-calculator
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-02 21:41:47 +0000
commite929aea23c678404413a50eb73c457b8960438e1 (patch)
tree703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /deskutils/lumina-calculator
parent149be67400eb8cd7ef5777241693267dc5e74076 (diff)
downloadports-e929aea23c678404413a50eb73c457b8960438e1.tar.gz
ports-e929aea23c678404413a50eb73c457b8960438e1.zip
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Notes
Notes: svn path=/head/; revision=453381
Diffstat (limited to 'deskutils/lumina-calculator')
-rw-r--r--deskutils/lumina-calculator/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/lumina-calculator/Makefile b/deskutils/lumina-calculator/Makefile
index 4f3eca873ad7..4d1dddb43761 100644
--- a/deskutils/lumina-calculator/Makefile
+++ b/deskutils/lumina-calculator/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= lumina-calculator
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.0
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.3.0
DISTVERSIONSUFFIX= -p1
CATEGORIES= deskutils
@@ -15,8 +15,8 @@ LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= lumina-1.2.*
OPTIONS_DEFINE= I18N
-OPTIONS_DEFAULT= I18N
-I18N_DESC= Install localization files
+OPTIONS_DEFAULT=I18N
+I18N_DESC= Install localization files
.include <bsd.port.options.mk>
@@ -31,8 +31,8 @@ GH_PROJECT= lumina
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
.if${PORT_OPTIONS:MI18N}
-USE_QT5+= linguist_build
-QMAKE_ARGS+=CONFIG+=WITH_I18N
+USE_QT5+= linguist_build
+QMAKE_ARGS+= CONFIG+=WITH_I18N
.endif
.include <bsd.port.mk>