mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${MKDIR} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue