summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commit1bf12f54d752f34431e029c366efad2fb372519b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /www/w3m
parent5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff)
downloadpkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 86110f0689c..de81e1acc14 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2005/12/05 23:55:23 rillig Exp $
+# $NetBSD: Makefile.common,v 1.43 2006/04/22 09:22:17 rillig Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
SUBST_CLASSES+= man-ja
-SUBST_MESSAGE.man-ja= "Fixing the path to Japanese manual pages."
+SUBST_MESSAGE.man-ja= Fixing the path to Japanese manual pages.
SUBST_STAGE.man-ja= post-patch
SUBST_FILES.man-ja= Makefile.in config.h.dist
SUBST_SED.man-ja= -e 's|/ja/|/ja_JP.eucJP/|g'