diff options
author | wollman <wollman@FreeBSD.org> | 2004-02-23 12:42:13 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2004-02-23 12:42:13 +0800 |
commit | b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 (patch) | |
tree | 2dc9acb632ecc46bca726cc393a4e61d09bdb699 /net/entitymib | |
parent | b4d7849f0df91e8dd12f3ba8bbe9df8021bb7ef2 (diff) | |
download | freebsd-ports-graphics-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.gz freebsd-ports-graphics-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.zst freebsd-ports-graphics-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.zip |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/entitymib')
-rw-r--r-- | net/entitymib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/entitymib/Makefile b/net/entitymib/Makefile index 010518d1632..409484fafa4 100644 --- a/net/entitymib/Makefile +++ b/net/entitymib/Makefile @@ -19,7 +19,7 @@ MAINTAINER= wollman@FreeBSD.org COMMENT=Display the Entity MIB of an SNMP agent RUN_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ - ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/net-snmp + ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/net-snmp USE_PERL5_RUN= yes MAN1= entitymib.1 |