diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-12-10 21:50:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-12-10 21:50:53 +0000 |
commit | f9e9444a27c166763acb3cda11faede7ea18f037 (patch) | |
tree | d821fcf3d97a67e1509b3763d8b506595aa1fa41 /net/wireshark | |
parent | c12431bc89b0a3246c040245dbedf2a249d3fa47 (diff) |
Add a missing '='.
Reported by: many
Pointyhat to: mm
Notes
Notes:
svn path=/head/; revision=308641
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index afd864186219..3144e9b4dae7 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 1.8.3 -PORTREVISION 1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ |