diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-13 23:01:41 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-13 23:01:41 +0000 |
commit | 2a0ad9aa74da4db64defecd279757aeb397f7ac8 (patch) | |
tree | df7e9de040d47d25b2a12e3b235aad50d378a021 /misc/colortail/Makefile | |
parent | 750911eafd38b5d87c6d2e2941b8260b457c2f19 (diff) | |
download | pkgsrc-2a0ad9aa74da4db64defecd279757aeb397f7ac8.tar.gz |
Add an old man-page that I had sitting around.
(Originally also sent to the author, but didn't hear back from him.)
Diffstat (limited to 'misc/colortail/Makefile')
-rw-r--r-- | misc/colortail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index e3af176f803..0f43c58ec02 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/31 11:24:53 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/13 23:01:41 jschauma Exp $ # FreeBSD Id: ports/misc/colortail/Makefile,v 1.10 2000/06/28 17:20:27 alex Exp DISTNAME= colortail-0.3.0 @@ -14,6 +14,7 @@ CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail DESCR_SRC= ${WRKDIR}/.DESCR_SRC post-install: + ${INSTALL_MAN} ${WRKSRC}/colortail.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/colortail cd ${WRKSRC}/example-conf/ && \ ${INSTALL_DATA} conf.kernel conf.messages conf.secure \ |