HomeSort by: relevance | last modified time | path
    Searched refs:PLIST (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/sets/
regpkg 206 # make_PLIST() creates a skeleton PLIST from the pkgset description.
208 # The result is stored in the file ${PLIST}.
210 PLIST="${SCRATCH}/PLIST"
214 echo "Making PLIST for \"${pkg}\" package (part of ${pkgset} set)"
220 >"${PLIST}" 2>"${SCRATCH}/makeplist-errors"
237 # init_allfiles() converts the PLIST (which contains relative filenames)
246 [ -f "${PLIST}" ] || make_PLIST
251 { printf("%s%s%s\n", destdir, prefix, $0) }' "${PLIST}")"
434 # directory in ${PLIST}
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 82 PLIST= ${WRKDIR}/PLIST
83 PLIST_SRC?= ${PKGDIR}/PLIST
164 PKG_ARGS_COMMON= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} -l
244 do-package: ${PLIST}
394 ${RM} -f ${PLIST} ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} ${SIZE_PKG_FILE} ${SIZE_ALL_FILE}
505 # existence of ${PLIST} can be assumed.
512 <${PLIST} \
545 fake-pkg: ${PLIST}
547 if [ ! -f ${PLIST} -o ! -f ${COMMENT} -o ! -f ${DESCR} ]; then
    [all...]

Completed in 11 milliseconds