1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

Remove manpage leftovers in stage

This commit is contained in:
Baptiste Daroussin 2014-06-16 12:23:52 +00:00
parent 6a2dfabd75
commit f75c3c94a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357975

View File

@ -84,6 +84,7 @@ compress-man:
done ; \
${FIND} $$dir -type l \! -name "*.gz" | while read link ; do \
${LN} -sf $$(readlink $$link).gz $$link.gz ;\
${RM} -f $$link ; \
done; \
done
.endif