summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-05 10:59:40 +0000
committerwiz <wiz>2008-10-05 10:59:40 +0000
commitb1a43ef24c6a03e2b03d91b3ee35907da1ef1cb2 (patch)
treeea8c84a19859a9f7db37dacc181bc501a15285c9 /misc
parenta4076e581a8d1715de9187fc1601032323a41bff (diff)
downloadpkgsrc-b1a43ef24c6a03e2b03d91b3ee35907da1ef1cb2.tar.gz
Improve DESCR, and make it static.
Closes PR 39704.
Diffstat (limited to 'misc')
-rw-r--r--misc/colortail/DESCR10
-rw-r--r--misc/colortail/Makefile4
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"