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

/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dpathnames.h16 #define UPDATING (getenv(PORTSDIR) ? strcat(getenv(PORTSDIR), \
/freebsd-9.3-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-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh73 PORTSDIR=""
135 if [ ! -z "${PORTSDIR}" ]; then usage; fi
136 shift; PORTSDIR="$1"
184 # Read {KEYPRINT, SERVERNAME, WORKDIR, PORTSDIR} from the configuration
191 for X in KEYPRINT WORKDIR PORTSDIR SERVERNAME; do
223 for X in QUIETREDIR QUIETFLAG STATSREDIR WORKDIR PORTSDIR \
275 # in preparation for extracting or updating ${PORTSDIR}
276 # Complain if ${PORTSDIR} exists but is not writable,
277 # but don't complain if ${PORTSDIR} doesn't exist.
288 if [ -d "${PORTSDIR}" ]
[all...]
/freebsd-9.3-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-9.3-release/release/
H A DMakefile17 # PORTSDIR: location of ports tree to distribute (default: /usr/ports)
30 PORTSDIR?= /usr/ports macro
65 .if !exists(${PORTSDIR})
137 ln -fs ${PORTSDIR} ${DISTDIR}/usr/ports
/freebsd-9.3-release/tools/tools/tinybsd/
H A Dtinybsd20 PORTSDIR=/usr/ports
318 cd ${PORTSDIR}/${portname}
/freebsd-9.3-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 111 milliseconds