diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-02 19:44:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-02 19:44:58 +0000 |
commit | 5a2876c04891cd529fc62cb1ef2eb465484b813a (patch) | |
tree | e98e77788141ba03d8969ae22df2a459c1de6818 /www/checkbot | |
parent | 40dfe815c637ffbb6de33595401e51a9db2c7688 (diff) | |
download | ports-5a2876c04891cd529fc62cb1ef2eb465484b813a.tar.gz ports-5a2876c04891cd529fc62cb1ef2eb465484b813a.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>
Notes
Notes:
svn path=/head/; revision=24364
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 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 |