diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-06 20:39:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-06 20:39:50 +0000 |
commit | a1950ccb222f8ee30da495ce565047127e0f16be (patch) | |
tree | 090246c1f76e4c193454954bccdcd0fdcae70c2c /misc/colorls | |
parent | 57ac3c053b156ab04cdf2ef6c40a032364c911e0 (diff) | |
download | pkgsrc-a1950ccb222f8ee30da495ce565047127e0f16be.tar.gz |
Improve COMMENT, suggested by Snader_LB.
Diffstat (limited to 'misc/colorls')
-rw-r--r-- | misc/colorls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 076bc48685d..9f643bc9416 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:37 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2011/09/06 20:39:50 wiz Exp $ DISTNAME= ls PKGNAME= colorls-2.2 @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Ls that can use color to display file attributes +COMMENT= ls(1) that can use color to display file attributes PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |