diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 15:23:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 15:23:48 +0000 |
commit | eb1f7b8340a7f0734c37212abb52c71d8305f89e (patch) | |
tree | c46371fec7c5f473003ac4614ca05078b5b878e2 /www/w3m | |
parent | 9c10ea47b78fd02ed1c404293cfb82ee3793588e (diff) | |
download | pkgsrc-eb1f7b8340a7f0734c37212abb52c71d8305f89e.tar.gz |
Drop some trailing whitespace.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index c404a428766..07274cdb42d 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2002/07/02 15:11:45 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2002/07/02 15:23:48 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -110,9 +110,9 @@ CONFIGURE_ENV+= lynx_key=n HELP_W3M= -w3m .endif .if ${W3M_USE_IMAGE} == YES -CONFIGURE_ENV+= use_image=y +CONFIGURE_ENV+= use_image=y .else -CONFIGURE_ENV+= use_image=n +CONFIGURE_ENV+= use_image=n .endif CONFIGURE_ENV+= use_menu=y use_matrix=n use_ansi_color=y CONFIGURE_ENV+= use_help_cgi=n use_migemo=n |