Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 128:3dcae0e91769
Move all admin scripts into the "sbin" folder
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 17 Oct 2019 09:09:13 +0200 |
| parents | 8f91de3c121b |
| children | 993fecdf2a70 |
line wrap: on
line diff
--- a/Makefile Wed Oct 16 08:56:32 2019 +0200 +++ b/Makefile Thu Oct 17 09:09:13 2019 +0200 @@ -31,7 +31,7 @@ do-extract: ${MKDIR} ${WRKSRC}/bin ${MKDIR} ${WRKSRC}/sbin -.for _rp in bin/check-ports bin/fjail bin/fpkg sbin/bsmtp2dma +.for _rp in sbin/check-ports sbin/fjail 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} @@ -54,7 +54,7 @@ .endfor do-install: -.for _rp in bin/check-ports bin/fjail bin/fpkg sbin/bsmtp2dma +.for _rp in sbin/check-ports sbin/fjail sbin/fpkg sbin/bsmtp2dma ${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR}
