diff options
author | shattered <shattered> | 2012-03-10 13:20:10 +0000 |
---|---|---|
committer | shattered <shattered> | 2012-03-10 13:20:10 +0000 |
commit | 5b06e24709a6e038600810c2f38e1b5e50ac3918 (patch) | |
tree | cb69f572c1dfe63e99dae7afe90030524d9b878a /sysutils/smartmontools | |
parent | 77768217f7edd78f415bb1a9d2dc90bf5fdb9aa5 (diff) | |
download | pkgsrc-5b06e24709a6e038600810c2f38e1b5e50ac3918.tar.gz |
Set LICENSE.
Diffstat (limited to 'sysutils/smartmontools')
-rw-r--r-- | sysutils/smartmontools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 52fae99c601..2f49f77d4fb 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/11/13 10:10:45 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/10 13:20:11 shattered Exp $ DISTNAME= smartmontools-5.40 CATEGORIES= sysutils @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/} MAINTAINER= shattered@NetBSD.org HOMEPAGE= http://smartmontools.sourceforge.net/ COMMENT= Control and monitor storage systems using SMART +LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* |