summaryrefslogtreecommitdiff
path: root/mk/platform/BSDOS.mk
diff options
context:
space:
mode:
authorreed <reed>2005-08-02 00:23:31 +0000
committerreed <reed>2005-08-02 00:23:31 +0000
commitcc43744309417c193bc9d3b8e712d37374d742a6 (patch)
treec156f9400b6c9481917658489a0d8f55d2d35607 /mk/platform/BSDOS.mk
parentba5974be749fc64e0da5c1b2d25e94499638fed0 (diff)
downloadpkgsrc-cc43744309417c193bc9d3b8e712d37374d742a6.tar.gz
Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
Diffstat (limited to 'mk/platform/BSDOS.mk')
-rw-r--r--mk/platform/BSDOS.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/platform/BSDOS.mk b/mk/platform/BSDOS.mk
index 4bd6fd52518..057443c15e0 100644
--- a/mk/platform/BSDOS.mk
+++ b/mk/platform/BSDOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: BSDOS.mk,v 1.13 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: BSDOS.mk,v 1.14 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the BSD/OS operating system.
@@ -11,7 +11,7 @@ ECHO_N?= ${ECHO} -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
@@ -85,9 +85,9 @@ PKG_CREATE_USERGROUP= NO # until it works
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games