1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-26 07:19:15 +00:00
parent ed76d6c3a8
commit 90bc241fa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346125

View File

@ -31,7 +31,6 @@ PLIST= ${WRKDIR}/.PLIST
MCUINCPATH= ${MCUTARGET}/include
MCULIBPATH= ${MCUTARGET}/lib
NO_STAGE= yes
pre-install:
@cd ${WRKSRC} && ${FIND} upstream include -name '*.h' | ${SORT} | ${SED} -E 's,^[^/]+/,${MCUINCPATH}/,' > ${PLIST}
@${ECHO} ${MCULIBPATH}/msp430mcu.spec >> ${PLIST}
@ -45,6 +44,6 @@ pre-install:
@${ECHO} "@dirrmtry ${MCUTARGET}" >> ${PLIST}
do-install:
@cd ${WRKSRC} && MSP430MCU_ROOT=${WRKSRC} ${SH} scripts/install.sh ${PREFIX}
@cd ${WRKSRC} && MSP430MCU_ROOT=${WRKSRC} ${SH} scripts/install.sh ${STAGEDIR}${PREFIX}
.include <bsd.port.mk>