aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-09-26 05:46:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-09-26 05:46:10 +0000
commit52eb4160a10268e59bf0718ba5af42281e17fe1c (patch)
tree976b099a2098a38b40470f51e4c1361e362b1aab /etc/Makefile
parente6340c5d0521f1727c76c342299b91db021c2521 (diff)
downloadsrc-52eb4160a10268e59bf0718ba5af42281e17fe1c.tar.gz
src-52eb4160a10268e59bf0718ba5af42281e17fe1c.zip
Do not actually install uneeded alias for man
Notes
Notes: svn path=/head/; revision=324002
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0d0f6e8a41a4..75750331af47 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -395,31 +395,6 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
done; true
.endif
${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
-.if ${MK_MAN} != "no"
- cd ${DESTDIR}${SHAREDIR}/man; \
- for mandir in man*; do \
- ${INSTALL_SYMLINK} ../$$mandir \
- ${DESTDIR}${SHAREDIR}/man/en.ISO8859-1/; \
- ${INSTALL_SYMLINK} ../$$mandir \
- ${DESTDIR}${SHAREDIR}/man/en.UTF-8/; \
- done
-.if ${MK_OPENSSL} != "no"
- cd ${DESTDIR}${SHAREDIR}/openssl/man; \
- for mandir in man*; do \
- ${INSTALL_SYMLINK} ../$$mandir \
- ${DESTDIR}${SHAREDIR}/openssl/man/en.ISO8859-1/; \
- done
-.endif
- set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
- while [ $$# -gt 0 ] ; do \
- ${INSTALL_SYMLINK} "$$2" "${DESTDIR}${SHAREDIR}/man/$$1"; \
- if [ "${MK_OPENSSL}" != "no" ]; then \
- ${INSTALL_SYMLINK} "$$2" \
- "${DESTDIR}${SHAREDIR}/openssl/man/$$1"; \
- fi; \
- shift; shift; \
- done
-.endif
.if ${MK_NLS} != "no"
set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
while [ $$# -gt 0 ] ; do \