Lines Matching refs:pkg
130 .if exists(${.CURDIR}/pkg)
140 .if exists(${.CURDIR}/pkg)
159 .if exists(${.CURDIR}/pkg)
190 pkg-bootstrap-fetch:
196 pkg-bootstrap-install:
197 ${PKG_ENV} ${.CURDIR}/local/sbin/pkg-static \
198 install -y ${PKG_FLAGS} pkg ca_root_nss
199 [ -f ${.CURDIR}/local/etc/pkg/repos/df-latest.conf ] || \
200 cp -f ${.CURDIR}/local/etc/pkg/repos/df-latest.conf.sample \
201 ${.CURDIR}/local/etc/pkg/repos/df-latest.conf \
203 pkg-bootstrap:
204 .if exists(${.CURDIR}/local/sbin/pkg)
207 .elif exists(${.CURDIR}/local/etc/pkg.conf)
212 @(cd ${.CURDIR} && make pkg-bootstrap-fetch)
213 @(cd ${.CURDIR} && make pkg-bootstrap-install)
219 pkg-bootstrap-force:
220 rm -f ${.CURDIR}/local/etc/pkg.conf
221 @(cd ${.CURDIR} && make pkg-bootstrap-fetch)
222 @(cd ${.CURDIR} && make pkg-bootstrap-install PKG_FLAGS="-f")