mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix plist.
This commit is contained in:
parent
04c27222d2
commit
eec23e4b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154862
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ post-install:
|
||||||
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
||||||
@${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST}
|
@${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST}
|
||||||
@${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST}
|
@${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST}
|
||||||
|
@${ECHO_CMD} "@unexec rmdir lib/ocaml 2>/dev/null || true" >> ${TMPPLIST}
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}
|
${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue