summaryrefslogtreecommitdiff
path: root/net/sitescooper
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /net/sitescooper
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'net/sitescooper')
-rw-r--r--net/sitescooper/Makefile8
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 && \