diff options
author | sno <sno> | 2012-09-13 14:16:21 +0000 |
---|---|---|
committer | sno <sno> | 2012-09-13 14:16:21 +0000 |
commit | 05c9485955f5cd177a61194a3e23f632e43a3540 (patch) | |
tree | 1f3a1bb4d0212936cfe386a291bc0a33bd632285 /editors | |
parent | 651b697326f9cf15b51ab79c230b14e346ed83f1 (diff) | |
download | pkgsrc-05c9485955f5cd177a61194a3e23f632e43a3540.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 |