aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchmen
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/watchmen
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/watchmen')
-rw-r--r--sysutils/watchmen/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile
index 293d876cbf64..7958a13ed58e 100644
--- a/sysutils/watchmen/Makefile
+++ b/sysutils/watchmen/Makefile
@@ -12,8 +12,8 @@ COMMENT= Watch and restart daemons
LICENSE= GPLv3
-RUN_DEPENDS= p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \
- p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= p5-libwww>=6.04:www/p5-libwww \
+ p5-URI>=0:net/p5-URI
USES= perl5 shebangfix
USE_PERL5= configure
@@ -34,16 +34,16 @@ PLIST_FILES= bin/${PORTNAME} \
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
-RUN_DEPENDS+= p5-DBD-Pg>=2.19.2:${PORTSDIR}/databases/p5-DBD-Pg
+RUN_DEPENDS+= p5-DBD-Pg>=2.19.2:databases/p5-DBD-Pg
.endif
.if ${PORT_OPTIONS:MEMAIL}
-RUN_DEPENDS+= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite
+RUN_DEPENDS+= p5-MIME-Lite>=0:mail/p5-MIME-Lite
.endif
post-install: