pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/multitail Fixed pkglint warnings and one that has...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca46bf31420e
branches:  trunk
changeset: 508702:ca46bf31420e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 23 23:01:00 2006 +0000

description:
Fixed pkglint warnings and one that has been discovered by wiz.

diffstat:

 misc/multitail/Makefile |  8 ++++----
 misc/multitail/distinfo |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r a3386c080a98 -r ca46bf31420e misc/multitail/Makefile
--- a/misc/multitail/Makefile   Thu Feb 23 22:49:10 2006 +0000
+++ b/misc/multitail/Makefile   Thu Feb 23 23:01:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/17 13:50:18 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/23 23:01:00 rillig Exp $
 #
 
 DISTNAME=      multitail-3.8.6
@@ -17,10 +17,10 @@
                ${PKG_SYSCONFDIR:Q}/multitail.conf
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/multitail ${PREFIX}/bin/
-       ${INSTALL_MAN} ${WRKSRC}/multitail.1 ${PREFIX}/man/man1/
+       ${INSTALL_PROGRAM} ${WRKSRC:Q}/multitail ${PREFIX:Q}/bin/
+       ${INSTALL_MAN} ${WRKSRC:Q}/multitail.1 ${PREFIX:Q}/man/man1/
        ${INSTALL_DATA} ${WRKSRC:Q}/multitail.conf ${PREFIX:Q}/share/examples/multitail/
-       cd ${WRKSRC} && ${INSTALL_DATA} *.txt manual*.html ${PREFIX}/share/doc/multitail/
+       cd ${WRKSRC:Q} && ${INSTALL_DATA} *.txt manual*.html ${PREFIX:Q}/share/doc/multitail/
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a3386c080a98 -r ca46bf31420e misc/multitail/distinfo
--- a/misc/multitail/distinfo   Thu Feb 23 22:49:10 2006 +0000
+++ b/misc/multitail/distinfo   Thu Feb 23 23:01:00 2006 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/02/23 18:03:57 rillig Exp $
+$NetBSD: distinfo,v 1.8 2006/02/23 23:01:00 rillig Exp $
 
 SHA1 (multitail-3.8.6.tgz) = 993e40191a21ceb00470322124d589f9628d0a62
 RMD160 (multitail-3.8.6.tgz) = e2f076ae7a695885a83d58129e0f4c62d6142c74
 Size (multitail-3.8.6.tgz) = 75711 bytes
-SHA1 (patch-Makefile) = 732b99c9efebecb2224d45520eb31bc4ec6314d6
 SHA1 (patch-aa) = 732b99c9efebecb2224d45520eb31bc4ec6314d6



Home | Main Index | Thread Index | Old Index