svn commit: r275015 - projects/building-blocks/etc
Garrett Cooper
ngie at FreeBSD.org
Tue Nov 25 07:14:17 UTC 2014
Author: ngie
Date: Tue Nov 25 07:14:16 2014
New Revision: 275015
URL: https://svnweb.freebsd.org/changeset/base/275015
Log:
The shift; shift needs to be moved outside the .if ${MK_OPENSSL} conditional
Modified:
projects/building-blocks/etc/Makefile
Modified: projects/building-blocks/etc/Makefile
==============================================================================
--- projects/building-blocks/etc/Makefile Tue Nov 25 07:13:31 2014 (r275014)
+++ projects/building-blocks/etc/Makefile Tue Nov 25 07:14:16 2014 (r275015)
@@ -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`; \
More information about the svn-src-projects
mailing list