diff options
author | tron <tron@pkgsrc.org> | 2000-02-12 11:00:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-12 11:00:25 +0000 |
commit | d22a026a2951fed20da7d444ef2eb981747de745 (patch) | |
tree | d60fcdbcfdf509d91e3510efcf9bed06a909bbdc /mk | |
parent | 52e955858105ac59c7f094173a854521447315a9 (diff) | |
download | pkgsrc-d22a026a2951fed20da7d444ef2eb981747de745.tar.gz |
Use preprocessed package list instead of package list source during
automatical manual page handling. Patch supplied by Brook Milligan in
PR pkg/9391.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 7126e8a6d82..6bafb04dfad 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.401 2000/02/05 14:10:27 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.402 2000/02/12 11:00:25 tron Exp $ # # This file is in the public domain. # @@ -1419,7 +1419,7 @@ root-install: .endfor ${_PKG_SILENT}(${_PKG_DEBUG}newmanpages=`${EGREP} -h \ '^([^@/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \ - ${PLIST_SRC} || ${TRUE}`; \ + ${PLIST} || ${TRUE}`; \ if [ X"${MANCOMPRESSED}" != X"" -a X"${MANZ}" = X"" ]; then \ ${ECHO_MSG} "===> [Automatic manual page handling]"; \ ${ECHO_MSG} "===> Decompressing manual pages for ${PKGNAME}"; \ |