summaryrefslogtreecommitdiff
path: root/irc/thales
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /irc/thales
parentRemove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412347
Diffstat (limited to 'irc/thales')
-rw-r--r--irc/thales/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile
index 05da397b81e7..a3b05217e021 100644
--- a/irc/thales/Makefile
+++ b/irc/thales/Makefile
@@ -28,9 +28,9 @@ HYBRID_DESC= Build for ircd-hybrid
IRCDRU_DESC= Build for ircd-ru
UNREAL_DESC= Build for unreal ircd
-HYBRID_RUN_DEPENDS= ${LOCALBASE}/bin/ircd:${PORTSDIR}/irc/ircd-hybrid
-IRCDRU_RUN_DEPENDS= ${LOCALBASE}/sbin/ircd:${PORTSDIR}/irc/ircd-ru
-UNREAL_RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:${PORTSDIR}/irc/unreal
+HYBRID_RUN_DEPENDS= ${LOCALBASE}/bin/ircd:irc/ircd-hybrid
+IRCDRU_RUN_DEPENDS= ${LOCALBASE}/sbin/ircd:irc/ircd-ru
+UNREAL_RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:irc/unreal
# Currently, not all supported IRCDs are handled here, only the ones
# I could find corresponding RUN_DEPENDS in our Ports Collection.