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 | |
parent | Fix 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.
Diffstat (limited to 'net-mgmt')
-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 |