diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-07 23:57:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-07 23:57:06 +0000 |
commit | 8ad6bf64e59cf3d6228491dd022550915d3e89fa (patch) | |
tree | 7faa3d6a80f9221930604d14957243d397a53e2f /www/checkbot | |
parent | Fix HeadParser.pm path (diff) |
Fix FTP.pm path
Notes
Notes:
svn path=/head/; revision=24529
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index eb4f07d867c5..4fc177fdb664 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -15,7 +15,7 @@ MAINTAINER= wosch@FreeBSD.org site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} BUILD_DEPENDS= \ - ${site_perl}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI |