diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-03-21 17:48:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-03-21 17:48:55 +0000 |
commit | 562c03f13b1c27bcdbbc18a4aa2b99e6fdeef45c (patch) | |
tree | cb6654cde9ad7e2b12563163dabd4d512c0ff977 /net-mgmt/flowscan/Makefile | |
parent | Update to 0.0.5. (diff) |
Typo (converter -> converters).
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=40161
Diffstat (limited to 'net-mgmt/flowscan/Makefile')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index cb331dee545b..bed0bfb302cc 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -17,7 +17,7 @@ MAINTAINER= andreas@freebsd.org BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ rrdtool:${PORTSDIR}/net/rrdtool \ ${LOCALBASE}/sbin/cflowd:${PORTSDIR}/net/cflowd \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converter/p5-Boulder \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converters/p5-Boulder \ ${LOCALBASE}/lib/perl5/site_perl/${{PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow |