diff options
author | reed <reed@pkgsrc.org> | 2005-08-02 00:23:31 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-02 00:23:31 +0000 |
commit | 0ba4386344743ad9675a2a705822b9e44d64df65 (patch) | |
tree | c156f9400b6c9481917658489a0d8f55d2d35607 /mk/platform/Linux.mk | |
parent | a587c72eed42f11c8a68ae52c514e44ca9fa551b (diff) | |
download | pkgsrc-0ba4386344743ad9675a2a705822b9e44d64df65.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/Linux.mk')
-rw-r--r-- | mk/platform/Linux.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index 3de349dab6a..8a9cdf3ec21 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.16 2005/06/14 07:12:23 jlam Exp $ +# $NetBSD: Linux.mk,v 1.17 2005/08/02 00:23:31 reed Exp $ # # Variable definitions for the Linux operating system. @@ -7,7 +7,7 @@ IMAKE_MAKE?= ${GMAKE} # program which gets invoked by imake IMAKEOPTS+= -DBuildHtmlManPages=NO 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?= /bin/su @@ -80,9 +80,9 @@ LOCALBASE?= ${DESTDIR}/usr/pkg #_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 |