diff options
author | nia <nia@pkgsrc.org> | 2018-11-16 23:01:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-11-16 23:01:48 +0000 |
commit | 1db69d1cd3c57e53b9dfa2b8f259e0a0f2a29e8a (patch) | |
tree | 7b3ce40c5901bbc16c3bf3858ef4ad9e769caa51 /editors | |
parent | 1be27aaf010c3574814fb0f7cf45a37e7b1f90f6 (diff) | |
download | pkgsrc-1db69d1cd3c57e53b9dfa2b8f259e0a0f2a29e8a.tar.gz |
typo in COMMENT
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pluma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index f263fa17019..cbc6f6dca3f 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/11/16 19:01:25 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2018/11/16 23:01:48 nia Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE @@ -11,7 +11,7 @@ DISTNAME= pluma-${VERSION:R}.1 CATEGORIES= editors PKGREVISION= 3 -COMMENT= Small and lightweight UTF-8 text editor for the MATE +COMMENT= Small and lightweight UTF-8 text editor for MATE USE_TOOLS+= bash:run TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool |