diff options
author | sno <sno@pkgsrc.org> | 2012-09-13 14:16:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-13 14:16:21 +0000 |
commit | fc10f482d3bb16dc36f33a82169d9a1314b658ba (patch) | |
tree | 1f3a1bb4d0212936cfe386a291bc0a33bd632285 /editors | |
parent | cde65a69551ad2f513b8ff0754927678e18a5c3c (diff) | |
download | pkgsrc-fc10f482d3bb16dc36f33a82169d9a1314b658ba.tar.gz |
fix typo
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Wx-Scintilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-Wx-Scintilla/Makefile b/editors/p5-Wx-Scintilla/Makefile index 42782075218..9a2b8cf2308 100644 --- a/editors/p5-Wx-Scintilla/Makefile +++ b/editors/p5-Wx-Scintilla/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2012/09/13 14:14:01 sno Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/13 14:16:21 sno Exp $ DISTNAME= Wx-Scintilla-0.39 PKGNAME= p5-${DISTNAME} -CATEGORIES= editor x11 perl5 +CATEGORIES= editors x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} MAINTAINER= pkgsrc-users@NetBSD.org |