summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-02-11 01:08:51 +0000
committerache <ache@FreeBSD.org>2003-02-11 01:08:51 +0000
commit652b5cc7e3e745c0c6435f897b6142168648b311 (patch)
treefdcde489b37669743120c7460212546273c99f25 /etc
parent06feeff124ad2e3df924a817b38f4a12aaf4513e (diff)
downloadFreeBSD-src-652b5cc7e3e745c0c6435f897b6142168648b311.zip
FreeBSD-src-652b5cc7e3e745c0c6435f897b6142168648b311.tar.gz
Apply man.alias to /usr/share/openssl/man too
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5a4f791..be005a4 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -188,6 +188,14 @@ distrib-dirs:
ln -s "$$2" "$$1"; \
shift; shift; \
done
+ cd ${DESTDIR}/usr/share/openssl/man; \
+ set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
+ while [ $$# -gt 0 ] ; \
+ do \
+ rm -rf "$$1"; \
+ ln -s "$$2" "$$1"; \
+ shift; shift; \
+ done
cd ${DESTDIR}/usr/share/locale; \
set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
while [ $$# -gt 0 ] ; \
OpenPOWER on IntegriCloud