Searched refs:PORTSDIR (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/usr.sbin/pkg_install/updating/
H A Dpathnames.h16 #define UPDATING (getenv(PORTSDIR) ? strcat(getenv(PORTSDIR), \
/freebsd-10.0-release/share/mk/
H A Dbsd.port.subdir.mk3 PORTSDIR?= /usr/ports macro
4 BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
H A Dbsd.port.mk3 PORTSDIR?= /usr/ports macro
4 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh76 PORTSDIR=""
142 if [ ! -z "${PORTSDIR}" ]; then usage; fi
143 shift; PORTSDIR="$1"
191 # Read {KEYPRINT, SERVERNAME, WORKDIR, PORTSDIR} from the configuration
198 for X in KEYPRINT WORKDIR PORTSDIR SERVERNAME; do
230 for X in QUIETREDIR QUIETFLAG STATSREDIR WORKDIR PORTSDIR \
289 # in preparation for extracting or updating ${PORTSDIR}
290 # Complain if ${PORTSDIR} exists but is not writable,
291 # but don't complain if ${PORTSDIR} doesn't exist.
302 if [ -d "${PORTSDIR}" ]
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dlib.h69 #define PORTSDIR "PORTSDIR" macro
71 #define PORTS_DIR (getenv(PORTSDIR) ? getenv(PORTSDIR) : DEF_PORTS_DIR)
/freebsd-10.0-release/release/
H A DMakefile16 # PORTSDIR: location of ports tree to distribute (default: /usr/ports)
27 PORTSDIR?= /usr/ports macro
61 .if !exists(${PORTSDIR})
121 ln -fs ${PORTSDIR} ${DISTDIR}/usr/ports
/freebsd-10.0-release/tools/tools/tinybsd/
H A Dtinybsd20 PORTSDIR=/usr/ports
318 cd ${PORTSDIR}/${portname}
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk69 cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B clean all
77 cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target:C/install/deinstall reinstall/:C/reinstall/deinstall reinstall/}

Completed in 92 milliseconds