pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/lynx Fixed the Perl interpreter in one file, but d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68b44c661019
branches:  trunk
changeset: 519747:68b44c661019
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 09 01:53:06 2006 +0000

description:
Fixed the Perl interpreter in one file, but didn't add a dependency on
Perl, since it's only an example script. Nevertheless, PKGREVISION++.

diffstat:

 www/lynx/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r ee82b2beddc9 -r 68b44c661019 www/lynx/Makefile
--- a/www/lynx/Makefile Mon Oct 09 01:40:49 2006 +0000
+++ b/www/lynx/Makefile Mon Oct 09 01:53:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2006/09/09 02:46:09 obache Exp $
+# $NetBSD: Makefile,v 1.92 2006/10/09 01:53:06 rillig Exp $
 
 #
 # NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -8,7 +8,7 @@
 
 DISTNAME=      lynx2.8.5
 PKGNAME=       lynx-2.8.5.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  http://lynx.isc.org/${DISTNAME}/ \
                ftp://ftp.nl.uu.net/pub/unix/www/lynx/${DISTNAME}/ \
@@ -37,6 +37,10 @@
 CONFIGURE_ENV+=                GZIP=${TOOLS_GZIP_CMD:Q}
 USE_TOOLS+=            gzip msgfmt
 
+REPLACE_PERL+=         samples/mailto-form.pl
+CHECK_FILES_SKIP+=     samples/mailto-form.pl
+# But no dependency on Perl.
+
 .include "options.mk"
 
 # For nls/gettext



Home | Main Index | Thread Index | Old Index