pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: adam
Date: Tue May 9 12:49:06 UTC 2023
Modified Files:
pkgsrc/mk/tools: tools.Darwin.mk
Log Message:
mk: support mandoc on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/mk/tools/tools.Darwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.Darwin.mk
diff -u pkgsrc/mk/tools/tools.Darwin.mk:1.61 pkgsrc/mk/tools/tools.Darwin.mk:1.62
--- pkgsrc/mk/tools/tools.Darwin.mk:1.61 Tue Jan 19 11:42:18 2021
+++ pkgsrc/mk/tools/tools.Darwin.mk Tue May 9 12:49:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.61 2021/01/19 11:42:18 jperkin Exp $
+# $NetBSD: tools.Darwin.mk,v 1.62 2023/05/09 12:49:05 adam Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -91,6 +91,9 @@ TOOLS_PLATFORM.mail?= /usr/bin/mail
.if exists(/usr/bin/makeinfo)
TOOLS_PLATFORM.makeinfo?= /usr/bin/makeinfo
.endif
+.if exists(/usr/bin/mandoc)
+TOOLS_PLATFORM.mandoc?= /usr/bin/mandoc
+.endif
TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
TOOLS_PLATFORM.mtree?= /usr/sbin/mtree
Home |
Main Index |
Thread Index |
Old Index