pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Even in quick-install mode, the self ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62294b56644d
branches:  trunk
changeset: 507102:62294b56644d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 26 16:20:45 2006 +0000

description:
Even in quick-install mode, the self test should be run.

diffstat:

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

diffs (18 lines):

diff -r ee437ba5bc46 -r 62294b56644d pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Jan 26 15:35:42 2006 +0000
+++ b/pkgtools/pkglint/Makefile Thu Jan 26 16:20:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.325 2006/01/25 22:04:26 rillig Exp $
+# $NetBSD: Makefile,v 1.326 2006/01/26 16:20:45 rillig Exp $
 #
 
 DISTNAME=      pkglint-4.54
@@ -47,7 +47,7 @@
 quick-install:
        ${RM} -rf ${WRKSRC:Q}
        ${MKDIR} ${WRKSRC:Q}
-       ${MAKE} do-extract subst-pkglint do-install
+       ${MAKE} do-extract subst-pkglint do-install post-install
 
 do-extract:
        cd ${FILESDIR:Q} && ${CP} lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl pkglint.0 pkglint.1 pkglint.pl plist-clash.pl ${WRKSRC:Q}



Home | Main Index | Thread Index | Old Index