summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-21 12:53:14 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-21 12:53:14 +0000
commit32c6064b91dc17a2931663621d7427752b43b338 (patch)
treee13ec9ea1e9f7effdffd31ce570cbb67bc6c9b37 /mk
parentc828292ef59ba58a66bc41959338e74b0f90a89d (diff)
downloadpkgsrc-32c6064b91dc17a2931663621d7427752b43b338.tar.gz
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.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files 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]"; \