diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-27 12:27:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-27 12:27:46 +0000 |
commit | 3b00606046607031c6487c26228579fef12db7e6 (patch) | |
tree | 7601e85f0e908bf83332a5eea1fab15ad965ccd2 /www | |
parent | b84d5e8c76e8dd7142341d431f899405c8d27f72 (diff) | |
download | pkgsrc-3b00606046607031c6487c26228579fef12db7e6.tar.gz |
Add perl to tools and fix interpreter paths in installed files.
Noted by Daniel Horecki.
Ride recent 2.2.0 update.
Diffstat (limited to 'www')
-rw-r--r-- | www/surfraw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index 6a314a822fd..7e0537881e0 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -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 @@ CONFLICTS+= surfaw-[0-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 |