diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-16 00:20:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-16 00:20:51 +0000 |
commit | c1ff6566347598e9921e359d839d75f5f24579ca (patch) | |
tree | 36eb50bf685c2c98e1ec81f7f0249f333ae07392 /math/glpk | |
parent | 5f9f15386574e673b0b806ed3d34915b0f6baba0 (diff) | |
download | pkgsrc-c1ff6566347598e9921e359d839d75f5f24579ca.tar.gz |
Set LICENSE. Quell a pkglint warning.
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index ccde1715b68..d02735d412b 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.31 2011/12/07 18:52:22 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2012/03/16 00:20:51 wiz Exp $ DISTNAME= glpk-4.47 CATEGORIES= math -MASTER_SITES= $(MASTER_SITE_GNU:=glpk/) +MASTER_SITES= ${MASTER_SITE_GNU:=glpk/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html COMMENT= Library for solving linear programming problems +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |