The shift; shift needs to be moved outside the .if ${MK_OPENSSL} conditional

This commit is contained in:
Enji Cooper 2014-11-25 07:14:16 +00:00
parent 8f09f1ecff
commit c1479b76dc

View File

@ -389,8 +389,8 @@ distrib-dirs: ${MTREES:N/*}
if [ "${MK_OPENSSL}" != "no" ]; then \
${INSTALL_SYMLINK} "$$2" \
"${DESTDIR}/usr/share/openssl/man/$$1"; \
shift; shift; \
fi; \
shift; shift; \
done
.if ${MK_NLS} != "no"
set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \