diff options
author | joerg <joerg> | 2007-07-18 20:25:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-18 20:25:27 +0000 |
commit | a2aa8ce02146e22a6822d1a16b790275ba2c3bf2 (patch) | |
tree | 921c7f3292dd6a62f8273854d8b1f26fd87b13bd | |
parent | 9cfc3166b483e204278e9718b379321413cc9c30 (diff) | |
download | pkgsrc-a2aa8ce02146e22a6822d1a16b790275ba2c3bf2.tar.gz |
s/CHECK_FILES_SKIP/CHECK_INTERPRETER_SKIP/ as that is intended here.
-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" |