diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/jwhois | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.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/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 973bf881042..5d1df05cbfd 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2009/01/10 10:02:00 shattered Exp $ +# $NetBSD: Makefile,v 1.62 2009/05/19 08:59:27 wiz Exp $ # DISTNAME= jwhois-4.0 @@ -8,8 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} MAINTAINER= shattered@NetBSD.org HOMEPAGE= http://www.gnu.org/software/jwhois/ COMMENT= Configurable WHOIS client - -#LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v3 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |