diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-08 19:25:32 +0000 |
commit | 33043e8906ade7c413b9b8eed2210b76079b5d92 (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /www/lynx/Makefile | |
parent | c1961bd5a92f878fc01ad4d9689762be23b9432d (diff) | |
download | pkgsrc-33043e8906ade7c413b9b8eed2210b76079b5d92.tar.gz |
Minor pkglint cleanup, from Sergey Svishchev.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |