diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 17:53:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 17:53:22 +0000 |
commit | 7ebbc3ea46198a9a688d9738386257818d53e0e8 (patch) | |
tree | 12742295a6fc4a142f3a862fd2079209cd489641 /chat | |
parent | 07425ea9323e526d7ee1e2aa1b88a7bb5884635b (diff) | |
download | pkgsrc-7ebbc3ea46198a9a688d9738386257818d53e0e8.tar.gz |
Set LICENSE (gnu-gpl-v2)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/meanwhile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile index 65b80533811..c0d34c5b55f 100644 --- a/chat/meanwhile/Makefile +++ b/chat/meanwhile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/04/15 22:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/05/06 17:53:22 dholland Exp $ # DISTNAME= meanwhile-1.0.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://meanwhile.sourceforge.net/ COMMENT= Lotus SameTime compatible chat protocol +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |