diff options
author | tron <tron> | 2009-07-23 09:52:29 +0000 |
---|---|---|
committer | tron <tron> | 2009-07-23 09:52:29 +0000 |
commit | 6804f46693851cb0b8e64531dae301350b8caeaa (patch) | |
tree | 0cd2dd3ca0ef2f9385660105ec2f6d3e9c578a40 /chat/xchat | |
parent | 22990a9920fe3fe5870f59565f7abba58349d623 (diff) | |
download | pkgsrc-6804f46693851cb0b8e64531dae301350b8caeaa.tar.gz |
Set the license to "gnu-gpl-v2".
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index ed61c70752f..d5915cc468f 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2008/08/22 06:37:39 tron Exp $ +# $NetBSD: Makefile.common,v 1.59 2009/07/23 09:52:29 tron Exp $ DISTNAME= xchat-2.8.6 CATEGORIES= chat @@ -6,6 +6,7 @@ MASTER_SITES= http://xchat.org/files/source/2.8/ EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://xchat.org/ +LICENSE= gnu-gpl-v2 PATCH_SITES= http://xchat.org/files/source/2.8/patches/ PATCHFILES= xc286-smallfixes.diff |