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-perl | |
parent | 153de52aa2c2a47ead308430fdf0049098a1062a (diff) | |
download | pkgsrc-028793f6d46dc09089139ae7b39ea7b45674063c.tar.gz |
Fix indentation.
Diffstat (limited to 'chat/xchat-perl')
-rw-r--r-- | chat/xchat-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |