diff options
author | wiz <wiz> | 2010-06-03 09:26:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-03 09:26:30 +0000 |
commit | f5c1f67e307e5f5db5d5295c1a3bb4bbc8ef6d7a (patch) | |
tree | b21cb6999256e5aa053fed70cd018bbf187ce94f /lang/inform | |
parent | a30be2ec975dbf113810f109bfe3b54ddbc90d16 (diff) | |
download | pkgsrc-f5c1f67e307e5f5db5d5295c1a3bb4bbc8ef6d7a.tar.gz |
Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
Diffstat (limited to 'lang/inform')
-rw-r--r-- | lang/inform/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile index 2d64ac5e4eb..56f8fe6d3c4 100644 --- a/lang/inform/Makefile +++ b/lang/inform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/06/03 05:24:27 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2010/06/03 09:26:30 wiz Exp $ DISTNAME= inform-6.31.1 PKGREVISION= 1 @@ -8,8 +8,7 @@ MASTER_SITES= http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/s MAINTAINER= nathanw@mit.edu HOMEPAGE= http://www.inform-fiction.org/ COMMENT= Interactive fiction compiler (Z-Machine and Glulx) - -LICENSE= no-profit +LICENSE= inform-license PKG_DESTDIR_SUPPORT= user-destdir |