diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/wireshark | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b6c2902d421..6d281c92551 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/04/10 07:21:28 tron Exp $ +# $NetBSD: Makefile,v 1.31 2009/05/19 08:59:29 wiz Exp $ DISTNAME= wireshark-1.0.7 CATEGORIES= net @@ -9,13 +9,12 @@ EXTRACT_SUFX= .tar.bz2 OWNER= tron@NetBSD.org HOMEPAGE= http://www.wireshark.org/ COMMENT= Network protocol analyzer +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ethereal-[0-9]* -LICENSE= gnu-gpl-v2 - USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl pkg-config |