mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix a stage violation
This commit is contained in:
parent
a78f1baa37
commit
1f74d445bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364515
@ -36,8 +36,8 @@ post-install:
|
||||
${INSTALL_PROGRAM} ${UDT_APPS:S|^|${WRKSRC:H}/app/udt-|} ${STAGEDIR}${PREFIX}/bin/
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
# Installing documentation tree into ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC:H}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC:H}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
.else
|
||||
EXTRACT_AFTER_ARGS+= --exclude udt${PORTVERSION:R}/doc
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user