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 ce0092d5b98..db0e1863246 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:22 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} +PKGREVISION= 1 OWNER= tron@NetBSD.org COMMENT= Python scripting plugin for XChat |