diff options
author | obache <obache@pkgsrc.org> | 2010-04-01 06:07:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-01 06:07:43 +0000 |
commit | 096bc3aa8224b6e55939fd7c098eba7d8272768c (patch) | |
tree | 87f1f704a8e63417a640cbf376594625e860424d /editors | |
parent | 3a4ab86fea97fef8c0c43d0bcbda8a456b89fb37 (diff) | |
download | pkgsrc-096bc3aa8224b6e55939fd7c098eba7d8272768c.tar.gz |
set LICENSE=gnu-gpl-v2.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kdissert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index e3ca5577a60..eff8fad5b9a 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/04/01 06:02:27 obache Exp $ +# $NetBSD: Makefile,v 1.25 2010/04/01 06:07:43 obache Exp $ # DISTNAME= kdissert-1.0.7 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freehackers.org/~tnagy/kdissert/ COMMENT= Mindmapping-like tool to generate text templates +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |