INSTALLDIR= ${DESTDIR}${datadir}/darwinports/Tcl/registry1.0 SRCS= registry.tcl portuninstall.tcl receipt_rpm.tcl include ../../Mk/dports.autoconf.mk all:: clean:: distclean:: install:: $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR} $(SILENT)set -x; for file in ${SRCS}; do \ $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 $$file ${INSTALLDIR}; \ done $(SILENT) $(TCLSH) ../pkg_mkindex.tcl ${INSTALLDIR} test::