aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 01:47:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 01:47:24 +0000
commit3c01ec06a51806c750425befb3d4f0006df8d477 (patch)
treec684b9da235b488423c954ddeca80254c5c80fdd /Mk/bsd.port.mk
parentfc761729516b6a2f2ec5451201c4b218a5f7f153 (diff)
downloadports-3c01ec06a51806c750425befb3d4f0006df8d477.tar.gz
ports-3c01ec06a51806c750425befb3d4f0006df8d477.zip
Do not ignore .so in manpages they are really problems for both groff and mandoc
Given we do compress manpages. They need to be addressed with soelim(1) prior any compression
Notes
Notes: svn path=/head/; revision=373027
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 113131ef089b..f5b3d7ada3f2 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5232,7 +5232,7 @@ check-man: stage
for dir in $$mdirs; do \
for f in $$(find $$dir -name "*.gz"); do \
${ECHO_CMD} "===> Checking $${f##*/}" ; \
- gunzip -c $$f | mandoc -Tlint -Werror || zgrep -q "^.so" $$f && continue ; \
+ gunzip -c $$f | mandoc -Tlint -Werror && continue ; \
err=1 ; \
done ; \
done ; \