diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-02 12:23:27 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-02 12:23:27 +0000 |
commit | d93ff65df6887525b786f1ad28bf9d80b88bcf8d (patch) | |
tree | 31ce877d636b54005e01f10b0ddce204bc7d0253 /lang | |
parent | 2d687b6c87c01c924dd0cef3534a4972c574d535 (diff) | |
download | pkgsrc-d93ff65df6887525b786f1ad28bf9d80b88bcf8d.tar.gz |
Add:
LICENSE= generic-nonlicense
Diffstat (limited to 'lang')
-rw-r--r-- | lang/twelf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index e94c03b3a75..c3eee960d3e 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/05 06:25:52 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/02 12:23:27 gdt Exp $ # DISTNAME= twelf-1-4 @@ -13,6 +13,7 @@ COMMENT= Meta-language for proving properties of languages and logics DEPENDS+= smlnj>=110.38:../../lang/smlnj +LICENSE= generic-nonlicense RESTRICTED= License terms not specified; assume no redistribution rights NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |