diff Makefile @ 547:f86041364bc1

FIX: array.sh is gone, farray.sh is there: adjust Makefile and plist
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 10 Sep 2024 16:24:37 +0200
parents 5255651502bb
children 6b85a603765a
line wrap: on
line diff
--- a/Makefile	Tue Sep 10 10:42:44 2024 +0200
+++ b/Makefile	Tue Sep 10 16:24:37 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/array.sh share/local-bsdtools/common.subr
+.for _df in share/local-bsdtools/farray.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 array.sh common.subr
+.for _df in farray.sh common.subr
 	${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR}
 .endfor
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}