1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Switch to options helpers

This commit is contained in:
Dmitry Marakasov 2015-11-28 03:28:43 +00:00
parent 710cf8ce62
commit 1868e8f6df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402505

View File

@ -25,9 +25,13 @@ post-install:
.for dir in templates
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR})
.endfor
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README \
${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for dir in copyfs cryptfs gzipfs uuencodefs tests
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${EXAMPLESDIR})