summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.man.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:44:43 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:44:43 +0000
commitc2e515500aac074aa059e0a3b7238fe4cdcab641 (patch)
tree39aec7490b5643174f8ad13e9f640df95ad14c9e /share/mk/bsd.man.mk
parent4b9f1e21d7a8d44bb0cb93b15d578eec198e2ba7 (diff)
downloadFreeBSD-src-c2e515500aac074aa059e0a3b7238fe4cdcab641.zip
FreeBSD-src-c2e515500aac074aa059e0a3b7238fe4cdcab641.tar.gz
NOMLINKS -> NO_MLINKS
Diffstat (limited to 'share/mk/bsd.man.mk')
-rw-r--r--share/mk/bsd.man.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk
index e10efff..40edc0b 100644
--- a/share/mk/bsd.man.mk
+++ b/share/mk/bsd.man.mk
@@ -33,7 +33,7 @@
# NO_MANCOMPRESS If you do not want unformatted manual pages to be
# compressed when they are installed. [not set]
#
-# NOMLINKS If you do not want install manual page links. [not set]
+# NO_MLINKS If you do not want install manual page links. [not set]
#
# MANFILTER command to pipe the raw man page through before compressing
# or installing. Can be used to do sed substitution.
@@ -203,7 +203,7 @@ _maninstall: ${MAN}
.endif
.endif
-.if !defined(NOMLINKS) && defined(MLINKS) && !empty(MLINKS)
+.if !defined(NO_MLINKS) && defined(MLINKS) && !empty(MLINKS)
@set ${MLINKS:C/\.([^.]*)$/.\1 \1/}; \
while : ; do \
case $$# in \
OpenPOWER on IntegriCloud