1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Add more logging when installing dahdi-kmod userland includes.

This commit is contained in:
Max Khon 2012-06-08 08:31:52 +00:00
parent 678abca724
commit 17f176e123
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298735

View File

@ -44,8 +44,10 @@ post-patch:
${WRKSRC}/doc/dahdi_cfg.8 ${WRKSRC}/doc/fxotune.8
post-install:
@${ECHO_CMD} "==> Installing dahdi-kmod userland includes"
@${MKDIR} ${PREFIX}/include/dahdi/compat
@for i in `${MAKE} -C ${WRKSRC}/../freebsd/freebsd/dahdi -V INCS`; do\
${ECHO_CMD} "Installing $$i";\
${INSTALL_DATA} ${WRKSRC}/../freebsd/include/dahdi/$$i ${PREFIX}/include/dahdi/$$i;\
done