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 | 4fd742dd32922bacdfcd469c4114c0528b677062 (patch) | |
tree | 87f1f704a8e63417a640cbf376594625e860424d /editors/kdissert | |
parent | 30991c1cbad5de6563f851cfb23ee32fb55e0eb7 (diff) | |
download | pkgsrc-4fd742dd32922bacdfcd469c4114c0528b677062.tar.gz |
set LICENSE=gnu-gpl-v2.
Diffstat (limited to 'editors/kdissert')
-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 |