diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:20:01 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:20:01 +0000 |
commit | 78e9f585256111e164022c11dd8bb9f0c00224ae (patch) | |
tree | 68a907531228ccb3af7d970c61c724f22df6f5d8 /www/checkbot/Makefile | |
parent | Clean up this port so that it installs stuff in a more proper location (diff) |
Update to 1.58. Rearrange SITE_PERL definition to conform to portlint.
PR: 15844
Submitted by: Brian RUth <bruth@wmht.org>
Diffstat (limited to 'www/checkbot/Makefile')
-rw-r--r-- | www/checkbot/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index da1a8a04c271..638aecceae6e 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -6,20 +6,19 @@ # PORTNAME= checkbot -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= www perl5 MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \ http://www.de.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org -site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} -BUILD_DEPENDS= \ - ${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 +BUILD_DEPENDS= ${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 +SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} FETCH_BEFORE_ARGS= -b MAN1= checkbot.1 |