# HG changeset patch # User Franz Glasner # Date 1662990968 -7200 # Node ID 4243692e28b00572880dad4293c0360b21ce07e8 # Parent 88f8c02b9e1474fd5edf63b4385741046491765a Also put sbin/ftjail into the built package now diff -r 88f8c02b9e14 -r 4243692e28b0 Makefile --- a/Makefile Mon Sep 12 09:45:57 2022 +0200 +++ b/Makefile Mon Sep 12 15:56:08 2022 +0200 @@ -31,7 +31,7 @@ do-extract: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/sbin -.for _rp in sbin/check-ports sbin/fjail sbin/fpkg sbin/bsmtp2dma +.for _rp in sbin/check-ports sbin/fjail sbin/ftjail sbin/fpkg sbin/bsmtp2dma ${CP} -v ${SRC}/${_rp} ${WRKSRC}/${_rp} ${SED} -i "" -E -e "s|\\\$$Date\\\$$|\$$Date: ${HGDATE} \$$|" ${WRKSRC}/${_rp} ${SED} -i "" -E -e "s|\\\$$Revision\\\$$|\$$Revision: ${HGREVISION} \$$|" ${WRKSRC}/${_rp} @@ -53,7 +53,7 @@ .endfor do-install: -.for _rp in sbin/check-ports sbin/fjail sbin/fpkg sbin/bsmtp2dma +.for _rp in sbin/check-ports sbin/fjail sbin/ftjail sbin/fpkg sbin/bsmtp2dma ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR}