Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 78:42e7af4ea570
Put bin/fjail into the built package
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 15 Aug 2019 22:53:52 +0200 |
| parents | 5aab3a28895f |
| children | 671130d10c21 |
| files | Makefile pkg-plist |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 15 17:52:06 2019 +0200 +++ b/Makefile Thu Aug 15 22:53:52 2019 +0200 @@ -30,7 +30,7 @@ do-extract: ${MKDIR} ${WRKSRC}/bin -.for _rp in bin/check-ports +.for _rp in bin/check-ports bin/fjail ${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} @@ -50,7 +50,7 @@ .endfor do-install: -.for _rp in bin/check-ports +.for _rp in bin/check-ports bin/fjail ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR}
