Index: head/devel/node-thrift/Makefile =================================================================== --- head/devel/node-thrift/Makefile (revision 402200) +++ head/devel/node-thrift/Makefile (revision 402201) @@ -1,32 +1,28 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= # empty +MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMEPREFIX= node- -DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Node.js bindings for the Apache Thrift RPC system RUN_DEPENDS= node:${PORTSDIR}/www/node -FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract NO_BUILD= yes NO_ARCH= yes +DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -.include - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/thrift ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node - ${CP} -R \ - `${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/nodejs/* \ + ${CP} -R ${WRKSRC}/lib/nodejs/* \ ${STAGEDIR}${PREFIX}/lib/node_modules/thrift ${LN} -s ${PREFIX}/lib/node_modules/thrift/lib/thrift ${STAGEDIR}${PREFIX}/lib/node -.include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" -.include +.include "${.CURDIR}/../thrift/bsd.thrift.mk" +.include