summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-08 19:25:32 +0000
committerwiz <wiz@pkgsrc.org>2007-03-08 19:25:32 +0000
commit33043e8906ade7c413b9b8eed2210b76079b5d92 (patch)
treef86a18910b514eba7f155570d48c7ed905d33180 /www
parentc1961bd5a92f878fc01ad4d9689762be23b9432d (diff)
downloadpkgsrc-33043e8906ade7c413b9b8eed2210b76079b5d92.tar.gz
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile4
-rw-r--r--www/lynx/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 8a93fee3a45..f121c4d7fd8 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2006/11/10 00:08:46 rillig Exp $
+# $NetBSD: Makefile,v 1.95 2007/03/08 19:25:32 wiz Exp $
#
# NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-full install-lss
-MAKE_FILE= makefile
+MAKE_FILE= makefile
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
USE_TOOLS+= gzip msgfmt
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index ef0d68c3c3a..bd8a0210984 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2007/01/16 07:06:38 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2007/03/08 19:25:32 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
@@ -55,11 +55,11 @@ CONFIGURE_ARGS+= --enable-color-style
### SOCKS support
###
.if !empty(PKG_OPTIONS:Msocks4)
-CONFIGURE_ARGS+= --with-socks
+CONFIGURE_ARGS+= --with-socks
. include "../../net/socks4/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+= --with-socks5
+CONFIGURE_ARGS+= --with-socks5
. include "../../net/socks5/buildlink3.mk"
.endif