diff options
author | ache <ache@FreeBSD.org> | 2000-01-07 23:57:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-07 23:57:06 +0000 |
commit | 593d3500066d6dace6b10f3910c7e35235b35039 (patch) | |
tree | 147bbd6c61eb5ec4a806af00c157fb454a20ac11 | |
parent | a7c762a58754c7bdc58a6878b9a5a663ff337b31 (diff) | |
download | FreeBSD-ports-593d3500066d6dace6b10f3910c7e35235b35039.zip FreeBSD-ports-593d3500066d6dace6b10f3910c7e35235b35039.tar.gz |
Fix FTP.pm path
-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 eb4f07d..4fc177f 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 |