diff options
author | gdt <gdt> | 2006-05-02 12:23:27 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-05-02 12:23:27 +0000 |
commit | a27c34371d3bc2414cc4d76ceed4b07929521e26 (patch) | |
tree | 31ce877d636b54005e01f10b0ddce204bc7d0253 | |
parent | 71485b70c32d98f77a53e3bb21ba7e669a7b51bc (diff) | |
download | pkgsrc-a27c34371d3bc2414cc4d76ceed4b07929521e26.tar.gz |
Add:
LICENSE= generic-nonlicense
-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} |