summaryrefslogtreecommitdiff
path: root/net/flowscan
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-20 10:44:14 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-20 10:44:14 +0000
commit41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1 (patch)
tree0c894178a15e816619933ce9d4bb74cd5413df59 /net/flowscan
parentThis time try harder to fix *all* incorrect RUN_DEPENDS: (diff)
- correct distfiles variable
- use LOCALBASE in BUILD dependency, so cflowd will be found this should cure bentos build problems by multiply trying to build/install cflowd (problem didn't show up here) - bumped port revision
Notes
Notes: svn path=/head/; revision=40094
Diffstat (limited to 'net/flowscan')
-rw-r--r--net/flowscan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile
index 7f7c51db3d91..cb331dee545b 100644
--- a/net/flowscan/Makefile
+++ b/net/flowscan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flowscan
PORTVERSION= 1.006
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/
DISTFILES= FlowScan-${PORTVERSION}.tar.gz
@@ -16,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}/converters/p5-Boulder \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converter/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