diff options
author | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
commit | 9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3 (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /chat | |
parent | c5aeda3346fa841ec18eb1797dcaa378f4a405de (diff) | |
download | pkgsrc-9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3.tar.gz |
Fix indentation.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-perl/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat-python/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile index b3d10048144..ca5d4ccc7a5 100644 --- a/chat/xchat-perl/Makefile +++ b/chat/xchat-perl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2008/05/25 14:45:16 tron Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/25 20:49:39 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-perl-/} -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org COMMENT= Perl scripting plugin for XChat diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index aa178002a57..21180360480 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2008/05/25 14:45:16 tron Exp $ +# $NetBSD: Makefile,v 1.9 2008/05/25 20:49:39 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org COMMENT= Python scripting plugin for XChat diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 8f7debbd4de..2fec0380d48 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2008/05/25 14:45:16 tron Exp $ +# $NetBSD: Makefile,v 1.55 2008/05/25 20:49:39 tron Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PKGREVISION= 2 -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit CONFLICTS= xchat-gnome-[0-9]* |