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-mgmt | |
parent | aa1ff89493450b7bfdb57ce73b5139562f2f2c43 (diff) | |
download | ports-1aaa8742cabd5a7a0d55fc8718a97f70414cd495.tar.gz ports-1aaa8742cabd5a7a0d55fc8718a97f70414cd495.zip |
Remove bogus "." in the PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27598
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index 9c7018f17512..3f2953dcba79 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/arpwatch-devel/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/ \ diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index 9c7018f17512..3f2953dcba79 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/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/ \ |