aboutsummaryrefslogtreecommitdiff
path: root/mail/exilog
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/exilog
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'mail/exilog')
-rw-r--r--mail/exilog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile
index 0fe30d8f0c5f..a57f42093dc1 100644
--- a/mail/exilog/Makefile
+++ b/mail/exilog/Makefile
@@ -13,7 +13,7 @@ COMMENT= Tool to centralize and visualize Exim logs with a web front end
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-#RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
+#RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask
OPTIONS_DEFINE= DOCS
@@ -28,11 +28,11 @@ WITH_SQL_BACKEND?= mysql
.if (${WITH_SQL_BACKEND} == "mysql")
WITH_MYSQL= yes
-RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
SERVER= mysql
.elif (${WITH_SQL_BACKEND} == "postgresql")
WITH_POSTGRESQL= yes
-RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
+RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg
SERVER= postgresql
.else
BROKEN= You should specify sql backend using WITH_SQL_BACKEND