pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Run a quick self-test after installat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1268c99459f
branches:  trunk
changeset: 497883:b1268c99459f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Aug 06 19:36:54 2005 +0000

description:
Run a quick self-test after installation.

diffstat:

 pkgtools/pkglint/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 93d810d93953 -r b1268c99459f pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat Aug 06 19:10:37 2005 +0000
+++ b/pkgtools/pkglint/Makefile Sat Aug 06 19:36:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.246 2005/07/29 16:01:12 he Exp $
+# $NetBSD: Makefile,v 1.247 2005/08/06 19:36:54 rillig Exp $
 #
 
 DISTNAME=      pkglint-4.19
@@ -60,4 +60,7 @@
        ${INSTALL_DATA} ${FILESDIR}/makevars.map ${PREFIX}/share/pkglint/
        ${INSTALL_DATA} ${FILESDIR}/deprecated.map ${PREFIX}/share/pkglint/
 
+post-install:
+       ${PREFIX}/bin/pkglint -q -Wno-workdir
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index