diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 14:47:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 14:47:34 +0000 |
commit | 3e43d1753892e54316a4cbbd488d0edb62bc7ac8 (patch) | |
tree | d23f6b53e7d7a25b811194d333020117609a1161 /net/wireshark-lite | |
parent | d47470bef00de48cfbd988a537a2e34364b8e43d (diff) | |
download | ports-3e43d1753892e54316a4cbbd488d0edb62bc7ac8.tar.gz ports-3e43d1753892e54316a4cbbd488d0edb62bc7ac8.zip |
This PORTREVISION should have been 3 instead of 1.
Caught by: eik's script
Notes
Notes:
svn path=/head/; revision=161339
Diffstat (limited to 'net/wireshark-lite')
-rw-r--r-- | net/wireshark-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index cb5def4f13b8..2fa4c2fa57be 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -6,7 +6,7 @@ # LITE= yes -PORTREVISION?= 1 +PORTREVISION?= 3 PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../ethereal |