diff options
author | wiz <wiz> | 2007-10-27 12:27:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-27 12:27:46 +0000 |
commit | fd79365aff78b48140017a475b94cfec2b1bc80e (patch) | |
tree | 7601e85f0e908bf83332a5eea1fab15ad965ccd2 /www/surfraw | |
parent | 971a0779e04d6c07834a165394756493925126fa (diff) | |
download | pkgsrc-fd79365aff78b48140017a475b94cfec2b1bc80e.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/surfraw')
-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 |