Lines Matching defs:do
201 # How to do nothing. Override if you, for some strange reason, would rather
202 # do something.
243 .if !target(do-package)
244 do-package: ${PLIST}
262 # Some support rules for do-package
267 ${_PKG_SILENT}${_PKG_DEBUG}for cat in ${CATEGORIES}; do \
299 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/do-/}
306 # post-* targets/scripts or redefine the do-* targets. These
307 # targets don't do anything other than checking for cookies and
564 for f in ${.CURDIR}/Makefile ${FILESDIR}/* ${PKGDIR}/*; do \
612 for dep in $$list; do \
621 for realdep in `echo $$list | xargs -n 1 ${SETENV} ${PKG_INFO} -e | sort -u`; do \