summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-01 15:09:52 +0000
committerwiz <wiz@pkgsrc.org>2017-08-01 15:09:52 +0000
commit7375646d8fe40ae0c7804ed5a4dbbe89e651f463 (patch)
treee8747a49ec7d20a029b2933f6165d6a49e46267e /mk
parent6bceac94f4d9a5ce825ee962e235063c819e4ca8 (diff)
downloadpkgsrc-7375646d8fe40ae0c7804ed5a4dbbe89e651f463.tar.gz
Switch from mdocml to mandoc; remove obsolete references.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 1aaa592e843..a56b5e5cedf 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.279 2017/04/23 14:18:09 taca Exp $
+# $NetBSD: replace.mk,v 1.280 2017/08/01 15:09:52 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -990,18 +990,18 @@ TOOLS_PATH.${_t_}= ${LOCALBASE}/bin/g${_t_}
######################################################################
-# These tools are supplied by textproc/mdocml as replacements for their
+# These tools are supplied by textproc/mandoc as replacements for their
# groff counterparts. As this package has fewer dependencies it should
# be preferred over groff wherever possible.
#
-_TOOLS.mdocml= nroff
+_TOOLS.mandoc= nroff
-.for _t_ in ${_TOOLS.mdocml}
+.for _t_ in ${_TOOLS.mandoc}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})
-. if !empty(PKGPATH:Mtextproc/mdocml)
+. if !empty(PKGPATH:Mtextproc/mandoc)
MAKEFLAGS+= TOOLS_IGNORE.${_t_}=
. elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS])
-TOOLS_DEPENDS.${_t_}?= mdocml>=1.12.0nb3:../../textproc/mdocml
+TOOLS_DEPENDS.${_t_}?= mandoc>=1.12.0nb3:../../textproc/mandoc
TOOLS_CREATE+= ${_t_}
TOOLS_PATH.${_t_}= ${LOCALBASE}/bin/mandoc
. endif