diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 15:19:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 15:19:15 +0800 |
commit | d084cb8131c403d1b5256e0119a187ed898d8d6c (patch) | |
tree | 4e144a174ad7ea3f4d0280ab0db5fa59d3114a63 | |
parent | dc0956974e08d91b2dad729fc394b96000d39cb9 (diff) | |
download | freebsd-ports-gnome-d084cb8131c403d1b5256e0119a187ed898d8d6c.tar.gz freebsd-ports-gnome-d084cb8131c403d1b5256e0119a187ed898d8d6c.tar.zst freebsd-ports-gnome-d084cb8131c403d1b5256e0119a187ed898d8d6c.zip |
- Stage support
-rw-r--r-- | devel/msp430mcu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/msp430mcu/Makefile b/devel/msp430mcu/Makefile index dff00a52e362..b4c5e44b4964 100644 --- a/devel/msp430mcu/Makefile +++ b/devel/msp430mcu/Makefile @@ -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> |