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/netmagis-topo/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-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/netmagis-topo/Makefile')
-rw-r--r-- | net-mgmt/netmagis-topo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/netmagis-topo/Makefile b/net-mgmt/netmagis-topo/Makefile index 13d8a0f2fbe8..d44f04e7fe10 100644 --- a/net-mgmt/netmagis-topo/Makefile +++ b/net-mgmt/netmagis-topo/Makefile @@ -6,9 +6,9 @@ PKGNAMESUFFIX= -topo COMMENT= Netmagis topology module -RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ - rancid-run:${PORTSDIR}/net-mgmt/rancid \ - fping:${PORTSDIR}/net/fping +RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \ + rancid-run:net-mgmt/rancid \ + fping:net/fping NO_ARCH= # no USE_RC_SUBR= topographd toposendd |