diff options
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index a87e96422d7..2c920cc8c96 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:26 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/14 17:59:57 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} PKGREVISION= 1 +MAINTAINER= tron@NetBSD.org COMMENT= Python scripting plugin for xchat |