mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Support stage
This commit is contained in:
parent
f4046df5f1
commit
7caed251d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338714
1 changed files with 2 additions and 7 deletions
|
@ -12,16 +12,11 @@ COMMENT= Utility for capturing audio streams from programs with OSS output
|
|||
|
||||
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue