summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-08-10 18:21:07 +0000
committerkristerw <kristerw>2005-08-10 18:21:07 +0000
commitbdaac37e3054611ca9c697b3d62f69ac3f0a43f7 (patch)
treebfc6bdfea28fd644c91e7c008906ad16294557e1 /mk
parentef2a0bd89301d35d8f1f2fb1c13024cfef0e336f (diff)
downloadpkgsrc-bdaac37e3054611ca9c697b3d62f69ac3f0a43f7.tar.gz
Move the check-files-post check so that it is done after the automatic
manual page handling. This prevents the check from reporting errors for manpages that are (un)compressed by the automatic manual page handling.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 5143d6484e5..4835297db6e 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1711 2005/08/08 15:38:19 veego Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1712 2005/08/10 18:21:07 kristerw Exp $
#
# This file is in the public domain.
#
@@ -2118,9 +2118,6 @@ real-su-install: ${MESSAGE}
# listed in the PLIST. \
#
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} ${PLIST}
-.if empty(CHECK_FILES:M[nN][oO])
- ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} check-files-post
-.endif
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} post-install-script
${_PKG_SILENT}${_PKG_DEBUG}newmanpages=`${EGREP} -h \
'^([^@/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \
@@ -2163,6 +2160,9 @@ real-su-install: ${MESSAGE}
fi; \
done; \
fi
+.if empty(CHECK_FILES:M[nN][oO])
+ ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} check-files-post
+.endif
.if ${_DO_SHLIB_CHECKS} == "yes"
. if ${PKG_INSTALLATION_TYPE} == "overwrite"
${_PKG_SILENT}${_PKG_DEBUG} \