Stage support

This commit is contained in:
Antoine Brodin 2014-01-04 10:10:22 +00:00
parent ba886703cb
commit ab2c79aaac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338640

View file

@ -13,7 +13,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG Layer II audio decoder with multi-channel support
NO_STAGE= yes
USES= gmake
ALL_TARGET= #
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
@ -30,10 +29,10 @@ post-patch:
${WRKSRC}/musicout.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html
${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html
@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
.endif
.include <bsd.port.mk>