diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-09 01:53:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-09 01:53:06 +0000 |
commit | 7eb56d3e0e455a63f90de654a8653241d4a4dff4 (patch) | |
tree | 62bc44e75d82b38b8d857fba05b5ca577142c302 /www/lynx | |
parent | f8810ba0283a8b7c765bde90067b64c49b6190f4 (diff) | |
download | pkgsrc-7eb56d3e0e455a63f90de654a8653241d4a4dff4.tar.gz |
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 (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 2a7ecd811c3..aef9cb0addb 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -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 @@ MAKE_FILE= makefile 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 |