INSTALLDIR= ${DESTDIR}${prefix}/share/darwinports/resources/port1.0/fetch RSRCS= mirror_sites.tcl include ../../../../Mk/dports.autoconf.mk all: clean: distclean: test: install: $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR} $(SILENT)set -x; for file in ${RSRCS}; do \ $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$file ${INSTALLDIR}; \ done