MAN7= portfile.7 portstyle.7 all: clean: install: mkdir -p ${ETCDIR} mkdir -p ${PREFIX} mtree -U -f prefix.mtree -d -e -p ${PREFIX} > /dev/null @if [ ! -e ${ETCDIR}/ports.conf ]; then \ set -x; \ install -o ${DSTUSR} -g ${DSTGRP} -m 644 ports.conf ${ETCDIR}; \ fi @if [ ! -e ${ETCDIR}/sources.conf ]; then \ set -x; \ install -o ${DSTUSR} -g ${DSTGRP} -m 644 sources.conf ${ETCDIR}; \ fi install -o ${DSTUSR} -g ${DSTGRP} -m 644 prefix.mtree ${ETCDIR} install -o ${DSTUSR} -g ${DSTGRP} -m 444 portfile.7 ${PREFIX}/man/man7 install -o ${DSTUSR} -g ${DSTGRP} -m 444 portstyle.7 ${PREFIX}/man/man7 include ../Mk/dports.mk