Home
last modified time | relevance | path

Searched refs:PORTSDIR (Results 1 – 15 of 15) sorted by relevance

/src/release/scripts/
H A Dpkg-stage.sh12 export PORTSDIR="${PORTSDIR:-/usr/ports}"
44 if [ ! -f ${PORTSDIR}/Makefile ]; then
45 echo "*** ${PORTSDIR} is missing! ***"
70 /usr/bin/make -C ${PORTSDIR}/ports-mgmt/pkg install clean
85 if [ -d "${PORTSDIR}/${_P%%@*}" ]; then
92 if [ -d "${PORTSDIR}/${_P%%@*}" ]; then
H A Dmake-pkg-package.sh20 export WRKDIR=$(make -C ${PORTSDIR}/ports-mgmt/pkg I_DONT_CARE_IF_MY_BUILDS_TARGET_THE_WRONG_RELEAS…
22 make -C ${PORTSDIR}/ports-mgmt/pkg TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
/src/tools/tools/nanobsd/
H A Dfill_pkg.sh36 : ${PORTSDIR:=/usr/ports}
59 elif [ -d "${PORTSDIR}/$p" -a -f "${PORTSDIR}/$p/Makefile" ] ; then
60 msg 3 "$p: path to port relative to ${PORTSDIR}}"
61 pkgname=`cd "${PORTSDIR}/$p" && make package-name`
63 fullpath=${PORTSDIR}/$p
/src/share/mk/
H A Dbsd.port.subdir.mk2 .if !defined(PORTSDIR)
12 PORTSDIR= ${_PORTSDIR:tA}
15 BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
H A Dbsd.port.mk2 .if !defined(PORTSDIR)
12 PORTSDIR= ${_PORTSDIR:tA}
15 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
/src/release/
H A DMakefile.oracle30 .if (!exists(/usr/local/bin/curl) || !exists(/usr/local/bin/qemu-img)) && !exists(${PORTSDIR}/Makef…
36 . if !exists(${PORTSDIR}/Makefile)
40 ${PORTSDIR}/ftp/curl \
46 . if !exists(${PORTSDIR}/Makefile)
50 ${PORTSDIR}/emulators/qemu \
H A DMakefile.gce45 . if !exists(${PORTSDIR}/net/google-cloud-sdk/Makefile)
52 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/google-cloud-sdk \
55 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python \
H A DMakefile.azure29 . if !exists(${PORTSDIR}/sysutils/py-azure-cli/Makefile)
35 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/sysutils/py-azure-cli \
H A DMakefile.ec247 . if !exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
53 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/bsdec2-image-upload \
H A DMakefile.vagrant53 . if !exists(${PORTSDIR}/ftp/curl/Makefile)
59 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/ftp/curl \
H A DMakefile44 PORTSDIR?= /usr/ports macro
107 .if !exists(${PORTSDIR})
195 ln -s ${PORTSDIR} ${DISTDIR}/usr/ports
425 env PORTSDIR=${PORTSDIR} REPOS_DIR=${.CURDIR}/pkg_repos/ \
H A DMakefile.vm82 .if exists(${PORTSDIR}/emulators/qemu-user-static/Makefile)
84 make -C ${PORTSDIR}/emulators/qemu-user-static \
/src/tools/tools/nanobsd/dhcpd/
H A Dcommon191 TARGET_ARCH=${NANO_ARCH} PORTSDIR=${NANO_PORTS} make \
217 PKG_NAME=`env PORTSDIR=${NANO_PORTS} make __MAKE_CONF=${NANO_MAKE_CONF_BUILD} package-name`
/src/sys/conf/
H A Dkern.post.mk128 cd ${PORTSDIR:U/usr/ports}/$${port}; \
139 cd ${PORTSDIR:U/usr/ports}/$${port}; \
/src/
H A DMakefile.inc12027 PORTSDIR?= /usr/ports
2053 make -C ${PORTSDIR}/ports-mgmt/pkg \
2103 .if exists(${PORTSDIR})
2105 env ${WMAKEENV} SRCDIR=${.CURDIR} PORTSDIR=${PORTSDIR} REVISION=${_REVISION} \