mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Mark MAKE_JOBS_UNSAFE=yes
- While here support STAGEDIR PR: ports/184210 Submitted by: Oliver Fromme <oliver.fromme@secnetix.de> Approved by: maintainer
This commit is contained in:
parent
fade7aca17
commit
9dd8b672c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335020
@ -13,6 +13,8 @@ COMMENT= MPEG transport, program, and elementary stream tools
|
||||
|
||||
LICENSE= MPL
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USES= gmake
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
@ -22,15 +24,14 @@ PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${CP} ${WRKSRC}/bin/* ${PREFIX}/bin
|
||||
${CP} ${WRKSRC}/lib/* ${PREFIX}/lib
|
||||
${CP} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin
|
||||
${CP} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${CP} ${WRKSRC}/docs/* ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user