Lines Matching refs:script
43 .for script in ${${group}:O:u}
44 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
45 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
46 script_mkdir_list += ${${group}DIR.${script:T}}
48 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
49 .if ${${group}NAME.${script}:T} != ${script:T}
51 STAGE_AS_${script} = ${${group}NAME.${script:T}}
52 stage_as.${group}: ${script}
54 installscripts: installscripts.${group}.${script:T}
55 installscripts.${group}.${script:T}: ${script} script_mkdirs
56 ${INSTALL} ${SCRIPTS_COPY} ${${group}_INSTALL_OWN.${script:T}} \
57 -m ${SCRIPTSMODE} ${.ALLSRC:Nscript_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${script:T}}
61 stage_files.${group}: ${script}
62 installscripts.${group}: ${script}