diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-03 20:35:46 +0000 |
commit | 9bc69479b3ad966469d4310bbc3a3f814973ef44 (patch) | |
tree | d2877a4ad5cf45514e3bcd2e1fa3eb8eff0b7fd0 | |
parent | b5489028d3ebfa640b36c068da95e0ae9bfd1567 (diff) |
Notes
-rw-r--r-- | www/npm3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/npm3/Makefile b/www/npm3/Makefile index 7650b3bdec47..0dca720ab828 100644 --- a/www/npm3/Makefile +++ b/www/npm3/Makefile @@ -3,7 +3,7 @@ PORTNAME= npm PORTVERSION= 3.10.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 3 @@ -31,7 +31,7 @@ MANPREFIX= ${PREFIX}/lib/node_modules/npm NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2 shebangfix tar:xz +USES= cpe python:2.7 shebangfix tar:xz CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules |