mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
- Stage support
This commit is contained in:
parent
ed76d6c3a8
commit
90bc241fa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346125
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ PLIST= ${WRKDIR}/.PLIST
|
||||||
MCUINCPATH= ${MCUTARGET}/include
|
MCUINCPATH= ${MCUTARGET}/include
|
||||||
MCULIBPATH= ${MCUTARGET}/lib
|
MCULIBPATH= ${MCUTARGET}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@cd ${WRKSRC} && ${FIND} upstream include -name '*.h' | ${SORT} | ${SED} -E 's,^[^/]+/,${MCUINCPATH}/,' > ${PLIST}
|
@cd ${WRKSRC} && ${FIND} upstream include -name '*.h' | ${SORT} | ${SED} -E 's,^[^/]+/,${MCUINCPATH}/,' > ${PLIST}
|
||||||
@${ECHO} ${MCULIBPATH}/msp430mcu.spec >> ${PLIST}
|
@${ECHO} ${MCULIBPATH}/msp430mcu.spec >> ${PLIST}
|
||||||
|
@ -45,6 +44,6 @@ pre-install:
|
||||||
@${ECHO} "@dirrmtry ${MCUTARGET}" >> ${PLIST}
|
@${ECHO} "@dirrmtry ${MCUTARGET}" >> ${PLIST}
|
||||||
|
|
||||||
do-install:
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue