From 32c6064b91dc17a2931663621d7427752b43b338 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 21 Sep 1999 12:53:14 +0000 Subject: Do not include lines like @exec ln -fs dlopen.3.gz %D/emul/linux/usr/man/man3/dlclose.3.gz into the list of manpages to decompress (for automatic manpage compression handling. Bug hit in the emulators/suse_base package, hashed out by tron. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 59255ef8f5b..0ba9bdb442e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.341 1999/09/20 23:00:04 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.342 1999/09/21 12:53:14 hubertf Exp $ # # This file is in the public domain. # @@ -1304,7 +1304,7 @@ root-install: install-info --info-dir=${PREFIX}/info ${PREFIX}/info/${f} .endfor ${_PKG_SILENT}(${_PKG_DEBUG}newmanpages=`${EGREP} -h \ - '^([^/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \ + '^([^@/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \ ${PLIST_SRC} || ${TRUE}`; \ if [ X"${MANCOMPRESSED}" != X"" -a X"${MANZ}" = X"" ]; then \ ${ECHO_MSG} "===> [Automatic manual page handling]"; \ -- cgit v1.2.3