comparison Makefile @ 784:b5b19c62da24

fports: FIX: man page: Synopsis should document the "deptree" subcommand
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 26 Oct 2024 22:42:01 +0200
parents 56ab5c012d5f
children f95c64c4129f
comparison
equal deleted inserted replaced
783:7d44112dfb81 784:b5b19c62da24
88 .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 88 .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
89 ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef} 89 ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef}
90 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_ef} 90 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_ef}
91 .endfor 91 .endfor
92 ${MKDIR} ${WRKSRC}/share/${PORTNAME} 92 ${MKDIR} ${WRKSRC}/share/${PORTNAME}
93 .for _df in share/local-bsdtools/farray.sh share/local-bsdtools/common.subr share/local-bsdtools/ports.subr 93 .for _df in share/local-bsdtools/farray.sh share/local-bsdtools/farray-ext.sh share/local-bsdtools/common.subr share/local-bsdtools/ports.subr
94 ${CP} -v ${SRC}/${_df} ${WRKSRC}/${_df} 94 ${CP} -v ${SRC}/${_df} ${WRKSRC}/${_df}
95 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_df} 95 ${SED} -i "" -e "s|@@SIMPLEVERSIONTAG@@|${SIMPLEVERSIONTAG}|" ${WRKSRC}/${_df}
96 .endfor 96 .endfor
97 ${MKDIR} ${WRKSRC}/share/examples/${PORTNAME} 97 ${MKDIR} ${WRKSRC}/share/examples/${PORTNAME}
98 .for _sf in share/examples/local-bsdtools/freebsd-update-ftjail-template.sh share/examples/local-bsdtools/freebsd-update-ftjail.sh 98 .for _sf in share/examples/local-bsdtools/freebsd-update-ftjail-template.sh share/examples/local-bsdtools/freebsd-update-ftjail.sh
124 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily 124 ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
125 .for _ps in 800.local-ipv6-refresh 750.local-trim-zfs 720.local-triggered-action 125 .for _ps in 800.local-ipv6-refresh 750.local-trim-zfs 720.local-triggered-action
126 ${INSTALL_SCRIPT} ${WRKSRC}/etc/periodic/daily/${_ps} ${STAGEDIR}${PREFIX}/etc/periodic/daily 126 ${INSTALL_SCRIPT} ${WRKSRC}/etc/periodic/daily/${_ps} ${STAGEDIR}${PREFIX}/etc/periodic/daily
127 .endfor 127 .endfor
128 ${MKDIR} ${STAGEDIR}${DATADIR} 128 ${MKDIR} ${STAGEDIR}${DATADIR}
129 .for _df in farray.sh common.subr ports.subr 129 .for _df in farray.sh farray-ext.sh common.subr ports.subr
130 ${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR} 130 ${INSTALL_DATA} ${WRKSRC}/share/${PORTNAME}/${_df} ${STAGEDIR}${DATADIR}
131 .endfor 131 .endfor
132 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} 132 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
133 .for _exf in freebsd-update-ftjail-template.sh freebsd-update-ftjail.sh 133 .for _exf in freebsd-update-ftjail-template.sh freebsd-update-ftjail.sh
134 ${INSTALL_DATA} ${WRKSRC}/share/examples/${PORTNAME}/${_exf} ${STAGEDIR}${EXAMPLESDIR} 134 ${INSTALL_DATA} ${WRKSRC}/share/examples/${PORTNAME}/${_exf} ${STAGEDIR}${EXAMPLESDIR}