comparison 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
comparison
equal deleted inserted replaced
546:d28733400b18 547:f86041364bc1
78 .for _ef in etc/package-mapping.conf.sample etc/pkgtools.conf.sample etc/bsmtp2dma.conf.sample etc/periodic/daily/800.local-ipv6-refresh etc/periodic/daily/750.local-trim-zfs etc/periodic/daily/720.local-triggered-action 78 .for _ef in etc/package-mapping.conf.sample etc/pkgtools.conf.sample etc/bsmtp2dma.conf.sample etc/periodic/daily/800.local-ipv6-refresh etc/periodic/daily/750.local-trim-zfs etc/periodic/daily/720.local-triggered-action
79 ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef} 79 ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef}
80 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_ef} 80 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_ef}
81 .endfor 81 .endfor
82 ${MKDIR} ${WRKSRC}/share/${PORTNAME} 82 ${MKDIR} ${WRKSRC}/share/${PORTNAME}
83 .for _df in share/local-bsdtools/array.sh share/local-bsdtools/common.subr 83 .for _df in share/local-bsdtools/farray.sh share/local-bsdtools/common.subr
84 ${CP} -v ${SRC}/${_df} ${WRKSRC}/${_df} 84 ${CP} -v ${SRC}/${_df} ${WRKSRC}/${_df}
85 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_df} 85 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_df}
86 .endfor 86 .endfor
87 ${MKDIR} ${WRKSRC}/share/examples/${PORTNAME} 87 ${MKDIR} ${WRKSRC}/share/examples/${PORTNAME}
88 .for _sf in share/examples/local-bsdtools/freebsd-update-ftjail-template.sh share/examples/local-bsdtools/freebsd-update-ftjail.sh 88 .for _sf in share/examples/local-bsdtools/freebsd-update-ftjail-template.sh share/examples/local-bsdtools/freebsd-update-ftjail.sh
114 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily 114 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
115 .for _ps in 800.local-ipv6-refresh 750.local-trim-zfs 720.local-triggered-action 115 .for _ps in 800.local-ipv6-refresh 750.local-trim-zfs 720.local-triggered-action
116 ${INSTALL_SCRIPT} ${WRKSRC}/etc/periodic/daily/${_ps} ${STAGEDIR}${PREFIX}/etc/periodic/daily 116 ${INSTALL_SCRIPT} ${WRKSRC}/etc/periodic/daily/${_ps} ${STAGEDIR}${PREFIX}/etc/periodic/daily
117 .endfor 117 .endfor
118 ${MKDIR} ${STAGEDIR}${DATADIR} 118 ${MKDIR} ${STAGEDIR}${DATADIR}
119 .for _df in array.sh common.subr 119 .for _df in farray.sh common.subr
120 ${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR} 120 ${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR}
121 .endfor 121 .endfor
122 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} 122 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
123 .for _exf in freebsd-update-ftjail-template.sh freebsd-update-ftjail.sh 123 .for _exf in freebsd-update-ftjail-template.sh freebsd-update-ftjail.sh
124 ${INSTALL_DATA} ${WRKSRC}/share/examples/${PORTNAME}/${_exf} ${STAGEDIR}${EXAMPLESDIR} 124 ${INSTALL_DATA} ${WRKSRC}/share/examples/${PORTNAME}/${_exf} ${STAGEDIR}${EXAMPLESDIR}