summaryrefslogtreecommitdiff
path: root/net/flowscan
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-15 07:56:55 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-15 07:56:55 +0000
commita37e825e37938eb3bc1c0e9357a316fc7fd8f3ef (patch)
treefb062494fb9373e0ad10259c0c714ab394caa4ed /net/flowscan
parentFix problems when installing postgresql7 with pkg_add: (diff)
unbreak port even more...
we also need to redefine WRKSRC because of this lowercase affair... which I start to dislike, because if poeple learn about a software named FlowScan, then they start looking for a port named FlowScan and not flowscan ... no portrevision bump necessary, since port didn't work properly.
Notes
Notes: svn path=/head/; revision=39874
Diffstat (limited to 'net/flowscan')
-rw-r--r--net/flowscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile
index a7401a088beb..4b43c58ef141 100644
--- a/net/flowscan/Makefile
+++ b/net/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