diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-18 20:25:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-18 20:25:27 +0000 |
commit | 65ab2868893c86cf441cc3df545b63db5939506f (patch) | |
tree | 921c7f3292dd6a62f8273854d8b1f26fd87b13bd /www/lynx | |
parent | 933f4f6deecf194b106b4ca18b61479baf94fb2c (diff) | |
download | pkgsrc-65ab2868893c86cf441cc3df545b63db5939506f.tar.gz |
s/CHECK_FILES_SKIP/CHECK_INTERPRETER_SKIP/ as that is intended here.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index df92a8ad6d3..799b0a5f993 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2007/05/17 17:26:31 gdt Exp $ +# $NetBSD: Makefile,v 1.100 2007/07/18 20:25:27 joerg Exp $ # # NOTE: Please do not enable the lynxcgi feature unless it is lynx @@ -40,8 +40,8 @@ CONF_FILES+= share/examples/lynx/lynx.cfg ${PKG_SYSCONFDIR}/lynx.cfg CONF_FILES+= share/examples/lynx/lynx.lss ${PKG_SYSCONFDIR}/lynx.lss # But no dependency on Perl. -REPLACE_PERL+= samples/mailto-form.pl -CHECK_FILES_SKIP+= samples/mailto-form.pl +REPLACE_PERL+= samples/mailto-form.pl +CHECK_INTERPRETER_SKIP+= share/lynx/lynx_doc/samples/mailto-form.pl .include "options.mk" |