diff options
author | tron <tron> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron> | 2008-05-25 20:49:39 +0000 |
commit | 028793f6d46dc09089139ae7b39ea7b45674063c (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /chat/xchat | |
parent | 153de52aa2c2a47ead308430fdf0049098a1062a (diff) | |
download | pkgsrc-028793f6d46dc09089139ae7b39ea7b45674063c.tar.gz |
Fix indentation.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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]* |