Help people using mk files outside pkgsrc, provide saner default values.
This commit is contained in:
parent
8384451387
commit
269e6f18d5
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
|||
# - SYSCONFDIR
|
||||
#
|
||||
|
||||
: ${CP:=cp}
|
||||
: ${SED:=sed}
|
||||
: ${OPSYS:=$(uname)}
|
||||
: ${ROOT_USER:=$(id -un 0)}
|
||||
: ${ROOT_GROUP:=$(id -gn "${ROOT_USER}")}
|
||||
: ${MK_DST:=/usr/local/share/mk}
|
||||
: ${SYSCONFDIR:=/usr/local/etc}
|
||||
|
||||
for file in bsd.README bsd.dep.mk bsd.depall.mk bsd.doc.mk bsd.files.mk \
|
||||
bsd.hostprog.mk bsd.inc.mk bsd.info.mk bsd.kernobj.mk bsd.kinc.mk \
|
||||
bsd.kmod.mk bsd.lib.mk bsd.links.mk bsd.man.mk bsd.nls.mk \
|
||||
|
|
Loading…
Reference in a new issue