1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Change cache directory from ~/.npm to WRKSRC/tmp to avoid access on ~root/

PR:		ports/177091
Submitted by:	John Marino <draco@marino.st>
Obtained from:	crees
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-18 16:32:40 +00:00
parent 5a73402b76
commit e4dda689a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316049

View File

@ -44,6 +44,9 @@ RUN_DEPENDS+= node-devel>=0.8.0:${PORTSDIR}/www/node-devel
RUN_DEPENDS+= node>=0.8.0:${PORTSDIR}/www/node
.endif
post-patch:
@${REINPLACE_CMD} -e 's|node cli.js|& --cache ${WRKSRC}/tmp|' ${WRKSRC}/Makefile
# maintainer section:
# require: bash, git, gmake, node