summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-06 19:36:54 +0000
committerrillig <rillig@pkgsrc.org>2005-08-06 19:36:54 +0000
commitb8d49d75b738cb4e7e6bec1a9ac63233108e2141 (patch)
tree4365c15f67da5b6175db13428ea4962e6c2f3326 /pkgtools
parentfb0d0037c931fe099a776d4064ab2e8081b08650 (diff)
downloadpkgsrc-b8d49d75b738cb4e7e6bec1a9ac63233108e2141.tar.gz
Run a quick self-test after installation.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 9137af51a2b..1bc2b072e3f 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -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 @@ do-install:
${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"