summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-18 20:25:27 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-18 20:25:27 +0000
commit925dcea34ca4539d2fc4f48d90aa16dc054bac8d (patch)
tree921c7f3292dd6a62f8273854d8b1f26fd87b13bd /www
parent84103a33c1a2a1db5b1d45c4a31c032bf7eba58e (diff)
downloadpkgsrc-925dcea34ca4539d2fc4f48d90aa16dc054bac8d.tar.gz
s/CHECK_FILES_SKIP/CHECK_INTERPRETER_SKIP/ as that is intended here.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile6
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"