mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Stage support
This commit is contained in:
parent
ba886703cb
commit
ab2c79aaac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338640
1 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,6 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= MPEG Layer II audio decoder with multi-channel support
|
COMMENT= MPEG Layer II audio decoder with multi-channel support
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
ALL_TARGET= #
|
ALL_TARGET= #
|
||||||
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
|
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
|
||||||
|
@ -30,10 +29,10 @@ post-patch:
|
||||||
${WRKSRC}/musicout.c
|
${WRKSRC}/musicout.c
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
|
||||||
${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html
|
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue