diff options
-rw-r--r-- | chat/xchat-perl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile index 04edfffedca..9d2b853dc20 100644 --- a/chat/xchat-perl/Makefile +++ b/chat/xchat-perl/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 16:32:47 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/11/16 13:19:06 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-perl-/} OWNER= tron@NetBSD.org -PKGREVISION= 2 COMMENT= Perl scripting plugin for XChat |