pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/lynx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 05:57:15 UTC 2024

Modified Files:
        pkgsrc/www/lynx: Makefile

Log Message:
lynx: skip another file which is (by purpose) installed referencing perl


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/www/lynx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/lynx/Makefile
diff -u pkgsrc/www/lynx/Makefile:1.150 pkgsrc/www/lynx/Makefile:1.151
--- pkgsrc/www/lynx/Makefile:1.150      Sat Jun  8 20:31:23 2024
+++ pkgsrc/www/lynx/Makefile    Sun Jun  9 05:57:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2024/06/08 20:31:23 nikita Exp $
+# $NetBSD: Makefile,v 1.151 2024/06/09 05:57:15 wiz Exp $
 
 DISTNAME=      lynx2.9.2
 PKGNAME=       ${DISTNAME:S/lynx/lynx-/:S/rel//}
@@ -32,6 +32,7 @@ CONF_FILES+=          share/examples/lynx/lynx.l
 REPLACE_PERL+=                 samples/mailto-form.pl
 REPLACE_PERL+=                 samples/mhtml-tool
 CHECK_INTERPRETER_SKIP+=       share/lynx/lynx_doc/samples/mailto-form.pl
+CHECK_INTERPRETER_SKIP+=       share/lynx/lynx_doc/samples/mhtml-tool
 CHECK_WRKREF_SKIP+=            bin/lynx
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index