pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/surfraw Add perl to tools and fix interpreter path...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2398c9db55ef
branches:  trunk
changeset: 534586:2398c9db55ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 12:27:46 2007 +0000

description:
Add perl to tools and fix interpreter paths in installed files.
Noted by Daniel Horecki.

Ride recent 2.2.0 update.

diffstat:

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

diffs (20 lines):

diff -r 21e26ddd69fb -r 2398c9db55ef www/surfraw/Makefile
--- a/www/surfraw/Makefile      Sat Oct 27 12:21:10 2007 +0000
+++ b/www/surfraw/Makefile      Sat Oct 27 12:27:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2007/10/27 11:25:29 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2007/10/27 12:27:46 wiz Exp $
 #
 
 DISTNAME=      surfraw-2.2.0
@@ -13,7 +13,9 @@
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
+REPLACE_PERL+=         surfraw-update-path.IN opensearch-discover \
+                       opensearch-genquery
 
 DOCDIR=                        ${PREFIX}/share/doc/surfraw
 EGDIR=                 ${PREFIX}/share/examples/surfraw



Home | Main Index | Thread Index | Old Index