diff options
-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 |