summaryrefslogtreecommitdiff
path: root/games/ggz-client-libs
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-14 17:33:57 +0000
committerrillig <rillig@pkgsrc.org>2018-01-14 17:33:57 +0000
commit904a25fda7d7546bedd711a7d1e0dd68c30d76d4 (patch)
tree49e293d5d611e1696ab2df5f03263604786e9039 /games/ggz-client-libs
parenta622980cbc27a30010661e906c36033f2028f6d1 (diff)
downloadpkgsrc-904a25fda7d7546bedd711a7d1e0dd68c30d76d4.tar.gz
games/*: fix alignment of variable values
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
Diffstat (limited to 'games/ggz-client-libs')
-rw-r--r--games/ggz-client-libs/ggz-client.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/ggz-client-libs/ggz-client.mk b/games/ggz-client-libs/ggz-client.mk
index 41220a82aea..064aac785fa 100644
--- a/games/ggz-client-libs/ggz-client.mk
+++ b/games/ggz-client-libs/ggz-client.mk
@@ -1,8 +1,8 @@
-# $NetBSD: ggz-client.mk,v 1.1 2009/07/28 18:47:14 drochner Exp $
+# $NetBSD: ggz-client.mk,v 1.2 2018/01/14 17:33:59 rillig Exp $
-REALGGZCONFIG= ${PREFIX}/bin/ggz-config
+REALGGZCONFIG= ${PREFIX}/bin/ggz-config
-CONFIGURE_ARGS+= --with-ggzconfig=${WRAPPER_DIR}/bin
+CONFIGURE_ARGS+= --with-ggzconfig=${WRAPPER_DIR}/bin
pre-configure: ${WRAPPER_DIR}/bin/ggz-config