diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-05 10:59:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-05 10:59:40 +0000 |
commit | 507aa0129c446de4a542fb93eaf1f86072ece4a8 (patch) | |
tree | ea8c84a19859a9f7db37dacc181bc501a15285c9 /misc | |
parent | 317565761d9e1f4013784c1085ec334a1cac64c2 (diff) | |
download | pkgsrc-507aa0129c446de4a542fb93eaf1f86072ece4a8.tar.gz |
Improve DESCR, and make it static.
Closes PR 39704.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/DESCR | 10 | ||||
-rw-r--r-- | misc/colortail/Makefile | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/misc/colortail/DESCR b/misc/colortail/DESCR index 86c8df725d1..ae62c212d9c 100644 --- a/misc/colortail/DESCR +++ b/misc/colortail/DESCR @@ -1,7 +1,7 @@ Colortail works like the standard tail but it can optionally read -a color config file where its specified expressions that results in colors. -It can be used to quickly get an overview of interesting activity by -ie. colorize those brightred or some other color of your choose. +a color config file, where expressions are specified for coloring +the results. -Examples of the color configuration files are -in @PREFIX@/share/examples/colortail. +Thus it can be used to quickly get an overview of interesting +activity by colorizing relevant lines brightred or some other color +of your choice. diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 9f88b875c27..f95c0d55b7e 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:22 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/10/05 10:59:40 wiz Exp $ DISTNAME= colortail-0.3.0 CATEGORIES= misc @@ -12,7 +12,6 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail -DESCR_SRC= ${WRKDIR}/.DESCR_SRC post-install: ${INSTALL_MAN} ${WRKSRC}/colortail.1 ${PREFIX}/${PKGMANDIR}/man1 @@ -20,7 +19,6 @@ post-install: cd ${WRKSRC}/example-conf/ && \ ${INSTALL_DATA} conf.kernel conf.messages conf.secure \ conf.xferlog conf.daemon ${PREFIX}/share/examples/colortail - ${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/DESCR > ${DESCR_SRC} .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |