summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-11 12:37:48 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-11 12:37:48 +0000
commitdfd05be3470adcf27d531de8d560d840209e1a02 (patch)
treee2a5b5b8306bb179d04264fa0dc9ae8db77d6f50 /pkgtools/bootstrap-mk-files
parentf6fde80b9565ade114f12f33d0bc408bdb731ffc (diff)
downloadpkgsrc-dfd05be3470adcf27d531de8d560d840209e1a02.tar.gz
Update bootstrap-mk-files to 20160411. Changes:
* Default to MKCATPAGES=no if mandoc is available on newer SunOS.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index ff7df3b10d9..e63eb3bb722 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2016/01/28 13:39:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2016/04/11 12:37:48 jperkin Exp $
-PKGNAME= bootstrap-mk-files-20150908
+PKGNAME= bootstrap-mk-files-20160411
CATEGORIES= pkgtools
CONFLICTS+= mk-files-[0-9]*
diff --git a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in
index 7f322a35054..480d559f966 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.bsd.own.mk.in,v 1.2 2015/08/31 09:03:19 jperkin Exp $
+# $NetBSD: SunOS.bsd.own.mk.in,v 1.3 2016/04/11 12:37:48 jperkin Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -220,7 +220,11 @@ PRINTOBJDIR= printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -B -s -f-
# The NOxxx variables should only be used by Makefiles.
#
+.if exists(/usr/bin/mandoc)
+MKCATPAGES?=no
+.else
MKCATPAGES?=yes
+.endif
.if defined(NODOC)
MKDOC=no