diff options
author | obache <obache@pkgsrc.org> | 2012-02-02 11:55:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-02 11:55:23 +0000 |
commit | eca9f84e6631706a5b7e3388538c103aa8e99009 (patch) | |
tree | 06809bc5df5fc5417c9b62933cc9f4e7c23c451e /devel/scons | |
parent | ed2991c35a1f0810b0d16e2008fe16d82b94b8b9 (diff) | |
download | pkgsrc-eca9f84e6631706a5b7e3388538c103aa8e99009.tar.gz |
LICENSE=mit
Diffstat (limited to 'devel/scons')
-rw-r--r-- | devel/scons/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/scons/Makefile.common b/devel/scons/Makefile.common index 0aa68ccd086..d4f827f082e 100644 --- a/devel/scons/Makefile.common +++ b/devel/scons/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2012/02/02 11:49:55 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2012/02/02 11:55:23 obache Exp $ # # used by devel/scons/Makefile # used by devel/scons-devel/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.scons.org/ COMMENT?= Python-based, open-source build system +LICENSE?= mit REPLACE_PYTHON+= script/scons script/scons-time script/sconsign |