mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- cleanup
This commit is contained in:
parent
db50fe2ac0
commit
885e59aee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398799
1 changed files with 1 additions and 3 deletions
|
@ -52,12 +52,10 @@ do-install:
|
|||
${TAR} -C ${INSTALL_WRKSRC}/64prgs -cf - . | \
|
||||
${TAR} -C ${STAGEDIR}${PREFIX}/libexec/frodo/64prgs -xf -
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${INSTALL_WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}/
|
||||
${TAR} -C ${INSTALL_WRKSRC}/Docs -cf - . | \
|
||||
${TAR} -C ${STAGEDIR}${DOCSDIR} -xf -
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue