diff Makefile @ 124:47c7223bea76

Move bsmtp2dma to sbin. This is because Bacula's bsmtp lives in sbin also.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 16 Oct 2019 00:49:48 +0200
parents 78a0f6c19da3
children 8f91de3c121b
line wrap: on
line diff
--- a/Makefile	Wed Oct 16 00:23:53 2019 +0200
+++ b/Makefile	Wed Oct 16 00:49:48 2019 +0200
@@ -30,7 +30,8 @@
 
 do-extract:
 	${MKDIR} ${WRKSRC}/bin
-.for _rp in bin/check-ports bin/fjail bin/fpkg bin/bsmtp2dma
+	${MKDIR} ${WRKSRC}/sbin
+.for _rp in bin/check-ports bin/fjail bin/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 +54,7 @@
 .endfor
 
 do-install:
-.for _rp in bin/check-ports bin/fjail bin/fpkg bin/bsmtp2dma
+.for _rp in bin/check-ports bin/fjail bin/fpkg sbin/bsmtp2dma
 	${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp}
 .endfor
 	${MKDIR} ${STAGEDIR}${ETCDIR}