diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-02 22:11:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-02 22:11:46 +0000 |
commit | d90db77b07a7a012451ab5dca4aa36adca6fce46 (patch) | |
tree | b18e6a92eb2ebf8e839000d9056b4c99e30d8a3f /net/hobbitclient | |
parent | 1ed70897976aa800309584ff4b1336e576d568a4 (diff) | |
download | pkgsrc-d90db77b07a7a012451ab5dca4aa36adca6fce46.tar.gz |
Move LICENSE line into MAINTAINER section, where it belongs.
Diffstat (limited to 'net/hobbitclient')
-rw-r--r-- | net/hobbitclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile index e92ebf551b4..96508b4a935 100644 --- a/net/hobbitclient/Makefile +++ b/net/hobbitclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/07/28 19:42:26 spz Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/02 22:11:46 wiz Exp $ # DISTNAME= hobbit-4.2.0 @@ -6,11 +6,11 @@ PKGNAME= hobbitclient-4.2.0 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/} -LICENSE= gnu-gpl-v2 MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://hobbitmon.sourceforge.net/ COMMENT= Free-software client for the Hobbit monitor +LICENSE= gnu-gpl-v2 PATCHFILES+=allinone.patch SITES.allinone.patch=http://www.hobbitmon.com/hobbitsw/patches/ |