Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 261:4243692e28b0
Also put sbin/ftjail into the built package now
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Mon, 12 Sep 2022 15:56:08 +0200 |
| parents | 9163fc9c7597 |
| children | 9148cb966f16 |
line wrap: on
line diff
--- 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}
