diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-26 16:20:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-26 16:20:45 +0000 |
commit | 482bedac8b0a5b8bde185a96ff54aa11e176b6d7 (patch) | |
tree | bb6902c817a48fd3ed80f4d5a6607c8a6af9ce17 /pkgtools/pkglint/Makefile | |
parent | 129da7f7982359fcedc3ddcacc6651c53ee31e15 (diff) | |
download | pkgsrc-482bedac8b0a5b8bde185a96ff54aa11e176b6d7.tar.gz |
Even in quick-install mode, the self test should be run.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 606ca22b0fe..c4cb02f8e25 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -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 @@ SUBST_SED.pkglint+= -e 's|@DATADIR@|${PREFIX}/share/pkglint|g' 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} |