diff options
author | asami <asami@FreeBSD.org> | 2001-03-21 17:48:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-03-21 17:48:55 +0000 |
commit | 801d610ce6895f299eae0cc37cdb23ab0529333e (patch) | |
tree | 523be4f72c3f64281bb37a89abb888c214b40174 /net/flowscan | |
parent | c1cf6cd5196317b966151d0cc8dd7917f92570da (diff) | |
download | FreeBSD-ports-801d610ce6895f299eae0cc37cdb23ab0529333e.zip FreeBSD-ports-801d610ce6895f299eae0cc37cdb23ab0529333e.tar.gz |
Typo (converter -> converters).
Submitted by: bento
Diffstat (limited to 'net/flowscan')
-rw-r--r-- | net/flowscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index cb331de..bed0bfb 100644 --- a/net/flowscan/Makefile +++ b/net/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 |