diff options
author | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
commit | 685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /net/sitescooper | |
parent | 26479982fb1c1713b23f027c35b884dac0997ad5 (diff) | |
download | pkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'net/sitescooper')
-rw-r--r-- | net/sitescooper/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sitescooper/Makefile b/net/sitescooper/Makefile index 06c3853be02..c0028108396 100644 --- a/net/sitescooper/Makefile +++ b/net/sitescooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/07 16:48:56 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 02:46:05 jlam Exp $ # DISTNAME= sitescooper-2.2.8 @@ -11,13 +11,13 @@ HOMEPAGE= http://sitescooper.cx/ DEPENDS+= p5-libwww>=5.46:../../www/p5-libwww DEPENDS+= pilotmgr-*:../../comms/pilotmgr -USE_PERL5= YES -NO_BUILD= YES +USE_PERL5= # defined +NO_BUILD= # defined do-configure: .for file in sitescooper rss-to-site subs-to-site cd ${WRKSRC} && \ - ${SED} -e 's:/usr/bin/perl:${PREFIX}/bin/perl:g' <${file}.pl >${file} + ${SED} -e 's:/usr/bin/perl:${PERL5}:g' <${file}.pl >${file} .endfor .for file in lib/Scoop.pm sitescooper.cf cd ${WRKSRC} && ${CP} ${file} ${file}.orig && \ |