Mercurial > hgrepos > FreeBSD > ports > net > turnserver
comparison Makefile @ 39:06fcd6b9f091
Add var/db/turndb to the examples
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Mar 2025 13:22:22 +0100 |
| parents | d35eddaac1ed |
| children | bbc1de47fe9b |
comparison
equal
deleted
inserted
replaced
| 38:d35eddaac1ed | 39:06fcd6b9f091 |
|---|---|
| 127 do-install-EXAMPLES-on: | 127 do-install-EXAMPLES-on: |
| 128 .for dir in basic loadbalance longtermsecure longtermsecuredb restapi selfloadbalance | 128 .for dir in basic loadbalance longtermsecure longtermsecuredb restapi selfloadbalance |
| 129 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts/${dir} | 129 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts/${dir} |
| 130 .endfor | 130 .endfor |
| 131 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/etc | 131 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/etc |
| 132 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/var/db | |
| 132 ${INSTALL_DATA} ${WRKSRC}/examples/scripts/readme.txt \ | 133 ${INSTALL_DATA} ${WRKSRC}/examples/scripts/readme.txt \ |
| 133 ${STAGEDIR}${EXAMPLESDIR}/scripts | 134 ${STAGEDIR}${EXAMPLESDIR}/scripts |
| 134 (cd ${WRKSRC}/examples/etc && ${INSTALL_DATA} ${_ETC_EXAMPLES} \ | 135 (cd ${WRKSRC}/examples/etc && ${INSTALL_DATA} ${_ETC_EXAMPLES} \ |
| 135 ${STAGEDIR}${EXAMPLESDIR}/etc) | 136 ${STAGEDIR}${EXAMPLESDIR}/etc) |
| 137 (cd ${WRKSRC}/examples/var/db && ${INSTALL_DATA} turndb ${STAGEDIR}${EXAMPLESDIR}/var/db) | |
| 136 .for f in ${_SCRIPT_EXAMPLES} | 138 .for f in ${_SCRIPT_EXAMPLES} |
| 137 ${INSTALL_SCRIPT} ${WRKSRC}/examples/scripts/${f} \ | 139 ${INSTALL_SCRIPT} ${WRKSRC}/examples/scripts/${f} \ |
| 138 ${STAGEDIR}${EXAMPLESDIR}/scripts/${f} | 140 ${STAGEDIR}${EXAMPLESDIR}/scripts/${f} |
| 139 .endfor | 141 .endfor |
| 140 | 142 |
