diff Makefile @ 483:1aa14a7d96dc

Provide a simple implementation of arrays for the FreeBSD POSIX/Bourne shell /bin/sh
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Aug 2024 14:01:38 +0200
parents 1d92e45a9558
children 5255651502bb
line wrap: on
line diff
--- a/Makefile	Wed Aug 28 09:51:05 2024 +0200
+++ b/Makefile	Thu Aug 29 14:01:38 2024 +0200
@@ -80,7 +80,7 @@
 	${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_ef}
 .endfor
 	${MKDIR} ${WRKSRC}/share/${PORTNAME}
-.for _df in share/local-bsdtools/common.subr
+.for _df in share/local-bsdtools/array.sh share/local-bsdtools/common.subr
 	${CP} -v ${SRC}/${_df} ${WRKSRC}/${_df}
 	${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_df}
 .endfor
@@ -116,7 +116,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/etc/periodic/daily/${_ps} ${STAGEDIR}${PREFIX}/etc/periodic/daily
 .endfor
 	${MKDIR} ${STAGEDIR}${DATADIR}
-.for _df in common.subr
+.for _df in array.sh common.subr
 	${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR}
 .endfor
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}