diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 09:43:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 09:43:45 +0000 |
commit | 1aaa8742cabd5a7a0d55fc8718a97f70414cd495 (patch) | |
tree | 1b7462a299079f6ba68f238ebcb3746043acfdcd /net/arpwatch | |
parent | Fix bogon in the PORT{NAME,VERSION} conversion. (diff) |
Remove bogus "." in the PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27598
Diffstat (limited to 'net/arpwatch')
-rw-r--r-- | net/arpwatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 9c7018f17512..3f2953dcba79 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= arpwatch -PORTVERSION= 2.1.a4 +PORTVERSION= 2.1a4 CATEGORIES= net MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ \ |