diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-14 07:53:22 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-14 07:53:22 +0000 |
commit | 98e0025d917bf2e03640a377a33e0bfb87a107cf (patch) | |
tree | 2c21695670a75b1b9121e4a095674469037e8f64 /net-mgmt/flowscan | |
parent | Add important URLs int pkg-descr (diff) |
unbreak port
now after giving the port a lowerrcase name you have to set the
DISTFILES variable right, so sources (which use upper/lowercase)
can be found.
PORTREVISION not bumped since port didn't work up to now,
so no new (working) functionality.
But anyway, thanks for doing the CVS work !
Diffstat (limited to 'net-mgmt/flowscan')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index 127ec29d9e06..a7401a088beb 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -9,6 +9,7 @@ PORTNAME= flowscan PORTVERSION= 1.006 CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ +DISTFILES= FlowScan-${PORTVERSION}.tar.gz MAINTAINER= andreas@freebsd.org |