svn commit: r357975 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 16 12:23:53 UTC 2014
Author: bapt
Date: Mon Jun 16 12:23:52 2014
New Revision: 357975
URL: http://svnweb.freebsd.org/changeset/ports/357975
QAT: https://qat.redports.org/buildarchive/r357975/
Log:
Remove manpage leftovers in stage
Modified:
head/Mk/bsd.stage.mk
Modified: head/Mk/bsd.stage.mk
==============================================================================
--- head/Mk/bsd.stage.mk Mon Jun 16 12:19:41 2014 (r357974)
+++ head/Mk/bsd.stage.mk Mon Jun 16 12:23:52 2014 (r357975)
@@ -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
More information about the svn-ports-all
mailing list