diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /devel/libstatgrab | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.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 |