diff options
author | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
commit | 9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3 (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /net/wireshark | |
parent | c5aeda3346fa841ec18eb1797dcaa378f4a405de (diff) | |
download | pkgsrc-9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3.tar.gz |
Fix indentation.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 1d054e27e23..f218e76b6eb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.21 2008/05/25 20:49:39 tron Exp $ DISTNAME= wireshark-1.0.0 CATEGORIES= net @@ -6,7 +6,7 @@ MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} EXTRACT_SUFX= .tar.bz2 -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org HOMEPAGE= http://www.wireshark.org/ COMMENT= Network protocol analyzer |