diff options
author | agc <agc@pkgsrc.org> | 2010-04-19 06:16:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-04-19 06:16:40 +0000 |
commit | 0f9d27c876cc82102715db03f03422693822d918 (patch) | |
tree | 03019cc4d358b87ec894897c2b147db1331f1ae1 | |
parent | 29dd49edfe75b0d96e1e391dfcce3fbc76a51732 (diff) | |
download | pkgsrc-0f9d27c876cc82102715db03f03422693822d918.tar.gz |
add license information to the package Makefile
clarify the description in light of the license information.
-rw-r--r-- | lang/js/DESCR | 2 | ||||
-rw-r--r-- | lang/js/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/js/DESCR b/lang/js/DESCR index 92e7a00a666..0f2b6cdd495 100644 --- a/lang/js/DESCR +++ b/lang/js/DESCR @@ -1,3 +1,3 @@ -NGS JavaScript is a GPL free interpreter for the JavaScript language. +NGS JavaScript is an interpreter for the JavaScript language. The JavaScript language is an interpreted C-like language, developed by Netscape et al. diff --git a/lang/js/Makefile b/lang/js/Makefile index 2e5437cba3c..3744aaca1f4 100644 --- a/lang/js/Makefile +++ b/lang/js/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:07 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/04/19 06:16:40 agc Exp $ # DISTNAME= js-0.2.5 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.njs-javascript.org/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.njs-javascript.org/ COMMENT= JavaScript virtual machine +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |