aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Cflow
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/p5-Cflow
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/p5-Cflow')
-rw-r--r--net-mgmt/p5-Cflow/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile
index 5ab1e0436c47..859c90057369 100644
--- a/net-mgmt/p5-Cflow/Makefile
+++ b/net-mgmt/p5-Cflow/Makefile
@@ -21,10 +21,10 @@ FLOW_TOOLS_NG_DESC= Enable flow-tools-ng support
USES= perl5
USE_PERL5= configure
-FLOW_TOOLS_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools
-FLOW_TOOLS_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools
-FLOW_TOOLS_NG_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools-ng
-FLOW_TOOLS_NG_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools-ng
+FLOW_TOOLS_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools
+FLOW_TOOLS_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools
+FLOW_TOOLS_NG_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng
+FLOW_TOOLS_NG_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng
post-patch:
@${REINPLACE_CMD} -e 's|\.\./\.\./lib|${LOCALBASE}/lib|g' ${WRKSRC}/Makefile.PL