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 | a820615eb2877ba23a7a13bab72fb011b836684e (patch) | |
tree | b18e6a92eb2ebf8e839000d9056b4c99e30d8a3f /net | |
parent | 848d433a30dad469e66faa75917e77b40f2c3795 (diff) | |
download | pkgsrc-a820615eb2877ba23a7a13bab72fb011b836684e.tar.gz |
Move LICENSE line into MAINTAINER section, where it belongs.
Diffstat (limited to 'net')
-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/ |