summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-02 22:05:42 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-02 22:05:42 +0000
commit8a017ea94303da1d86dddde5ebe2ed4ada9d1731 (patch)
treefd2eb6a23580dcf046b5552177293519e3e0641a /mk/install
parentb2a91195034697c02fa0d6fb70e6eb2bd6d9bd58 (diff)
downloadpkgsrc-8a017ea94303da1d86dddde5ebe2ed4ada9d1731.tar.gz
Use filtered plist for install-strip-debug and install-man-handling,
simplifying the latter.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index a4675cf9d87..18a54a1c5f0 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.53 2009/09/02 14:40:41 joerg Exp $
+# $NetBSD: install.mk,v 1.54 2009/09/02 22:05:42 joerg Exp $
#
# This file provides the code for the "install" phase.
#
@@ -341,7 +341,7 @@ post-install:
.PHONY: install-strip-debug
install-strip-debug: plist
@${STEP_MSG} "Automatic stripping of debug information"
- ${RUN}${CAT} ${PLIST} \
+ ${RUN}${CAT} ${_PLIST_NOKEYWORDS} \
| ${SED} -e 's|^|${DESTDIR}${PREFIX}/|' \
| ${XARGS} ${STRIP} -g 2>/dev/null || ${TRUE}
@@ -367,8 +367,7 @@ _DOC_COMPRESS= \
install-doc-handling: plist
@${STEP_MSG} "Automatic manual page handling"
${RUN} \
- ${CAT} ${PLIST} \
- | ${GREP} -v "^@" \
+ ${CAT} ${_PLIST_NOKEYWORDS} \
| ${EGREP} ${_PLIST_REGEXP.man:Q} \
| ${_DOC_COMPRESS}