summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
Diffstat (limited to 'chat/psi')
-rw-r--r--chat/psi/Makefile8
-rw-r--r--chat/psi/options.mk22
2 files changed, 15 insertions, 15 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 67d30b3148e..88f3a5b02b7 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/09/18 14:17:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2019/11/02 22:18:24 rillig Exp $
DISTNAME= psi-1.4
PKGREVISION= 3
@@ -36,9 +36,9 @@ CONFIGURE_ARGS+= --with-qca-inc=${BUILDLINK_PREFIX.qca2-qt5}/include
# by the pkgsrc system. But they all have the non-standard
# "==" in them. (silly linux developers thinking [ bash = sh ].
#
-CHECK_PORTABILITY_SKIP= admin/build/devconfig.sh \
- admin/build/build_package.sh \
- admin/build/prep_dist.sh
+CHECK_PORTABILITY_SKIP= admin/build/devconfig.sh \
+ admin/build/build_package.sh \
+ admin/build/prep_dist.sh
INSTALLATION_DIRS= bin share/psi share/doc/psi
diff --git a/chat/psi/options.mk b/chat/psi/options.mk
index 479e939bdb4..154b85be9af 100644
--- a/chat/psi/options.mk
+++ b/chat/psi/options.mk
@@ -1,16 +1,16 @@
-# $NetBSD: options.mk,v 1.4 2019/03/03 21:05:57 nia Exp $
+# $NetBSD: options.mk,v 1.5 2019/11/02 22:18:24 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.psi
PKG_SUPPORTED_OPTIONS+= aspell enchant whiteboard xscreensaver
PKG_SUGGESTED_OPTIONS+= aspell enchant
# from an idea stolen from ../../misc/openoffice3.
-PSI_SUPPORTED_LANGUAGES=be cs de eo es es-es fr it ja mk pl pt-br ru \
- sl sv uk ur-pk vi zh-cn zh-tw
+PSI_SUPPORTED_LANGUAGES= be cs de eo es es-es fr it ja mk pl pt-br ru \
+ sl sv uk ur-pk vi zh-cn zh-tw
.for l in ${PSI_SUPPORTED_LANGUAGES}
-PKG_SUPPORTED_OPTIONS+= lang-${l}
-PLIST_VARS+=${l}
+PKG_SUPPORTED_OPTIONS+= lang-${l}
+PLIST_VARS+= ${l}
.endfor
.include "../../mk/bsd.options.mk"
@@ -19,12 +19,12 @@ PLIST_VARS+=${l}
# bit of special logic, as the dialects of languages are handled
# as lang_DIALECT (aka, lower underscore UPPER) in the PSI translations
.for lang in ${PKG_OPTIONS:Mlang-*:S/lang-//g}
-PLIST.${lang} = yes
-. if ${lang:M??-??}
- LANG_FILES+= psi_${lang:C/-.*//g}_${lang:C/.*-//g:tu}.qm
-. else
- LANG_FILES+= psi_${lang}.qm
-. endif
+PLIST.${lang} = yes
+. if ${lang:M??-??}
+ LANG_FILES+= psi_${lang:C/-.*//g}_${lang:C/.*-//g:tu}.qm
+. else
+ LANG_FILES+= psi_${lang}.qm
+. endif
.endfor
# enable aspell