diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-15 07:56:55 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-15 07:56:55 +0000 |
commit | a37e825e37938eb3bc1c0e9357a316fc7fd8f3ef (patch) | |
tree | fb062494fb9373e0ad10259c0c714ab394caa4ed /net-mgmt/flowscan | |
parent | 429d8d4a8862eebc560d47df2314cf48c25f1ac6 (diff) | |
download | ports-a37e825e37938eb3bc1c0e9357a316fc7fd8f3ef.tar.gz ports-a37e825e37938eb3bc1c0e9357a316fc7fd8f3ef.zip |
Notes
Diffstat (limited to 'net-mgmt/flowscan')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index a7401a088beb..4b43c58ef141 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -8,8 +8,7 @@ PORTNAME= flowscan PORTVERSION= 1.006 CATEGORIES= net -MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ -DISTFILES= FlowScan-${PORTVERSION}.tar.gz +MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ DISTFILES= FlowScan-${PORTVERSION}.tar.gz MAINTAINER= andreas@freebsd.org @@ -24,6 +23,7 @@ BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ CFLOWD_FLOWSCAN_PATCH= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX}/var/flows +WRKSRC= ${WRKDIR}/FlowScan-${PORTVERSION} pre-install: ${MKDIR} -p ${PREFIX}/var/flows/bin |