mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Copy EXAMPLES files into stagedir
Reported by: QAT
This commit is contained in:
parent
64fe2fc6e4
commit
bcd2373d87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341592
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ post-build:
|
|||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/lasergnu ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/psdoc
|
||||
cd ${WRKSRC}/docs && ${INSTALL_DATA} gnuplot.txt gnuplot.dvi \
|
||||
gnuplot.ps ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue