diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /www/w3m | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.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.common | 4 |
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' |