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 /devel/libstatgrab | |
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 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index b2754794f85..df81b9c2779 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/16 11:46:08 obache Exp $ +# $NetBSD: Makefile,v 1.17 2009/05/19 08:59:10 wiz Exp $ DISTNAME= libstatgrab-0.16 CATEGORIES= devel @@ -11,11 +11,10 @@ MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.i-scream.org/libstatgrab/ COMMENT= Provides a useful interface to system statistics +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= gnu-gpl-v2 - .include "options.mk" USE_TOOLS+= pkg-config perl:run |