summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
commit883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch)
tree66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/w3m
parentd889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff)
downloadpkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index fc3dea99083..e259420706f 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2018/07/04 13:40:42 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.68 2019/11/04 22:10:16 rillig Exp $
#
# used by www/w3m/Makefile
# used by www/w3m-img/Makefile
@@ -15,10 +15,10 @@ HOMEPAGE= http://w3m.sourceforge.net/
WRKSRC= ${WRKDIR}/w3m-${W3M_VERS:S/+/-/}
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake # Needed for some combinations of options...
-USE_TOOLS+= msgfmt
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake # Needed for some combinations of options...
+USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= yes
W3M_VERS= 0.5.3+git20180125