aboutsummaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/checkbot
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index 7705aa79fd88..8d304b96ee7c 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -10,16 +10,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Checkbot%20${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= WWW link verifier, similar to momspider
-BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
- p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
- p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
-RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
- p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
- p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
+BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
+ p5-URI>=0:net/p5-URI \
+ p5-HTML-Parser>=0:www/p5-HTML-Parser \
+ p5-Mail-Tools>=0:mail/p5-Mail-Tools \
+ p5-Time-Duration>=0:devel/p5-Time-Duration
+RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
+ p5-URI>=0:net/p5-URI \
+ p5-HTML-Parser>=0:www/p5-HTML-Parser \
+ p5-Mail-Tools>=0:mail/p5-Mail-Tools \
+ p5-Time-Duration>=0:devel/p5-Time-Duration
USES= cpe perl5
CPE_VENDOR= degraaff