diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/routers2-extras | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net-mgmt/routers2-extras')
-rw-r--r-- | net-mgmt/routers2-extras/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/routers2-extras/Makefile b/net-mgmt/routers2-extras/Makefile index eb58835dde43..a3d8ff18d002 100644 --- a/net-mgmt/routers2-extras/Makefile +++ b/net-mgmt/routers2-extras/Makefile @@ -11,8 +11,8 @@ DISTNAME= routers2-v${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= Extra extensions and scripts for routers2 frontend -RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers2 \ - ${LOCALBASE}/bin/mrtg-ping-probe:${PORTSDIR}/net-mgmt/mrtg-ping-probe +RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:net-mgmt/routers2 \ + ${LOCALBASE}/bin/mrtg-ping-probe:net-mgmt/mrtg-ping-probe WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras |