summaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/gupnp
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/gupnp')
-rw-r--r--net/gupnp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index cdf8b5d127a..0aef5069b58 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2019/08/20 13:17:48 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2019/11/03 11:45:36 rillig Exp $
DISTNAME= gupnp-1.0.3
PKGREVISION= 4
@@ -16,10 +16,10 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= gupnp-1.0.pc.in
-REPLACE_PYTHON= tools/gupnp-binding-tool
+REPLACE_PYTHON= tools/gupnp-binding-tool
-TEST_TARGET= check
-#CFLAGS=-O0 -g
+TEST_TARGET= check
+#CFLAGS= -O0 -g
#CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q}
#CONFIGURE_ARGS+= --disable-shared
#CONFIGURE_ARGS+= --enable-static