diff options
author | steve <steve@FreeBSD.org> | 2000-01-03 03:44:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-03 03:44:58 +0800 |
commit | 00c16a45ff0e2ad59432e969c18f5357c03ee477 (patch) | |
tree | aa31140c1ee421b6b77cdffed8d2e948bd2d816a /www | |
parent | e1aa0219624d650df4fb0b42f24aeb85925e2ba5 (diff) | |
download | freebsd-ports-gnome-00c16a45ff0e2ad59432e969c18f5357c03ee477.tar.gz freebsd-ports-gnome-00c16a45ff0e2ad59432e969c18f5357c03ee477.tar.zst freebsd-ports-gnome-00c16a45ff0e2ad59432e969c18f5357c03ee477.zip |
That's what I get for typing a change instead of using a diff from my
local copy. Spell URI.pm correctly.
PR: part of ports/15844
Submitted by: Brian Ruth <bruth@wmht.org>
Diffstat (limited to 'www')
-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 d1ad64eaf4ea..eb4f07d867c5 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= \ ${site_perl}/${PERL_ARCH}/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}/URL.pm:${PORTSDIR}/net/p5-URI + ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI FETCH_BEFORE_ARGS= -b |