diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-25 09:20:58 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-25 09:20:58 +0000 |
commit | b9cd50a0811a87d311fbf4a4dd995d13cb1328c3 (patch) | |
tree | 97e606ccaa8e05b502b7d88073a196895355b84f /net-mgmt | |
parent | b948e3054d0794bfa59b9a428a22ed036eb8bb7f (diff) | |
download | FreeBSD-ports-b9cd50a0811a87d311fbf4a4dd995d13cb1328c3.zip FreeBSD-ports-b9cd50a0811a87d311fbf4a4dd995d13cb1328c3.tar.gz |
fix package making, one more: ${{ -> ${
Diffstat (limited to 'net-mgmt')
-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 bed0bfb..1a3f8c3 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -18,7 +18,7 @@ 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}/converters/p5-Boulder \ - ${LOCALBASE}/lib/perl5/site_perl/${{PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ + ${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 |