View | Details | Raw Unified | Return to bug 210400
Collapse All | Expand All

(-)b/www/node/Makefile (-3 lines)
Lines 94-102 post-patch: Link Here
94
               ${WRKSRC}/deps/v8/src/d8.gyp \
94
               ${WRKSRC}/deps/v8/src/d8.gyp \
95
               ${WRKSRC}/node.gyp
95
               ${WRKSRC}/node.gyp
96
96
97
post-configure:
98
       @cd ${WRKSRC}/out/tools/icu && ${REINPLACE_CMD} '/\/usr\/local\/include/d' *
99
100
post-install:
97
post-install:
101
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
98
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
102
99

Return to bug 210400