aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flowviewer
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 /net-mgmt/flowviewer
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 'net-mgmt/flowviewer')
-rw-r--r--net-mgmt/flowviewer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile
index 357ad516601e..c634ad83dc25 100644
--- a/net-mgmt/flowviewer/Makefile
+++ b/net-mgmt/flowviewer/Makefile
@@ -12,8 +12,8 @@ EXTRACT_SUFX= .tar
MAINTAINER= samm@os2.kiev.ua
COMMENT= Web-based user interface for the flow-tools NetFlow data
-RUN_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
- rrdtool:${PORTSDIR}/databases/rrdtool
+RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \
+ rrdtool:databases/rrdtool
OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= NETFLOWv
@@ -21,8 +21,8 @@ OPTIONS_SINGLE_NETFLOWv= NETFLOWv5 NETFLOWv9
OPTIONS_DEFAULT= NETFLOWv5
NETFLOWv5_DESC= Support for NETFLOWv5
NETFLOWv9_DESC= Support for IPFIX/NETFLOWv9
-NETFLOWv5_RUN_DEPENDS= flow-cat:${PORTSDIR}/net-mgmt/flow-tools-ng
-NETFLOWv9_RUN_DEPENDS= rwptoflow:${PORTSDIR}/security/silktools
+NETFLOWv5_RUN_DEPENDS= flow-cat:net-mgmt/flow-tools-ng
+NETFLOWv9_RUN_DEPENDS= rwptoflow:security/silktools
FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer