diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-20 12:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-20 12:01:25 +0000 |
commit | e6c2b658b41c2eabf092f065ce65bf9b1af5986c (patch) | |
tree | ddfcc7c23a2924ca43812a5b77a7f889aad6bfb3 | |
parent | 62e67adbbfcfa6adc721ab9b94a00b5f322ec5f7 (diff) | |
download | pkgsrc-e6c2b658b41c2eabf092f065ce65bf9b1af5986c.tar.gz |
Oops, uncomment LICENSE.
-rw-r--r-- | lang/maude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 2581cf81b72..5e7c51b2ce8 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 11:57:41 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/20 12:01:25 wiz Exp $ # DISTNAME= maude-linux @@ -12,7 +12,7 @@ HOMEPAGE= http://maude.csl.sri.com/ COMMENT= system for equational and rewriting logic specification/programming # see http://maude.csl.sri.com/license/license.html -#LICENSE= maude-license +LICENSE= maude-license RESTRICTED= license does not explicitly allow redistribution NO_SRC_ON_FTP= ${RESTRICTED} |