diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-14 07:53:22 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-14 07:53:22 +0000 |
commit | 095fc83f5289d6565024cb7400295395390928b9 (patch) | |
tree | 7aa784fdcd0f822a7968ddea76b419a8d0852532 /net | |
parent | e8743425a335f9d41e01989dc4dac32b0e4dc4e9 (diff) | |
download | FreeBSD-ports-095fc83f5289d6565024cb7400295395390928b9.zip FreeBSD-ports-095fc83f5289d6565024cb7400295395390928b9.tar.gz |
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')
-rw-r--r-- | net/flowscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 127ec29..a7401a0 100644 --- a/net/flowscan/Makefile +++ b/net/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 |