Index: head/devel/npm-amdefine/Makefile =================================================================== --- head/devel/npm-amdefine/Makefile (revision 444695) +++ head/devel/npm-amdefine/Makefile (revision 444696) @@ -1,33 +1,35 @@ # Created by: Rodrigo Osorio # $FreeBSD$ PORTNAME= npm-amdefine PORTVERSION= 1.0.1 CATEGORIES= devel www MAINTAINER= rodrigo@FreeBSD.org COMMENT= Implementation of AMD's define() in Node LICENSE= APACHE20 +BROKEN= fails to package + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm USE_GITHUB= yes GH_ACCOUNT= jrburke GH_PROJECT= amdefine # npm install both builds and installs. To avoid building in the stage phase, # allow npm to install in a temporary directory and move from there. # Moreover, only a fraction of what is installed by npm needs to be packaged do-build: ${MKDIR} ${WRKDIR}/build-lib (cd ${WRKDIR}/build-lib && \ ${SETENV} HOME=${WRKDIR} npm install ${WRKSRC}) do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ && \ ${MV} ${WRKDIR}/build-lib/node_modules/amdefine \ ${STAGEDIR}${PREFIX}/lib/node_modules/ .include