diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/entitymib | |
parent | ab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff) | |
download | ports-60aab665670e50cb18bba45ee25f2ed091759741.tar.gz ports-60aab665670e50cb18bba45ee25f2ed091759741.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
Notes
Notes:
svn path=/head/; revision=101812
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 010518d16322..409484fafa47 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 |