diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-05 10:49:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-05 10:49:28 +0000 |
commit | a6b9ce58a7a9ee236caff3ee4b52705a2cc9f468 (patch) | |
tree | 964910fadd0c34f88fb1a251b9699a3698b5e794 | |
parent | 5b99003a73a939466028b901c510a242e3efa976 (diff) | |
download | freebsd-ports-a6b9ce58a7a9ee236caff3ee4b52705a2cc9f468.zip |
- Add LICENSE_FILE
- Add NO_ARCH
- Fix shebangs
Approved by: portmgr blanket
-rw-r--r-- | www/offline-npm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/offline-npm/Makefile b/www/offline-npm/Makefile index 822c47f3c6e6..45bd3cf1f361 100644 --- a/www/offline-npm/Makefile +++ b/www/offline-npm/Makefile @@ -3,6 +3,7 @@ PORTNAME= offline-npm PORTVERSION= 0.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -10,6 +11,7 @@ MAINTAINER= cpm@fbsd.es COMMENT= Offline installation with npm install LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= npm>0:${PORTSDIR}/www/npm RUN_DEPENDS= npm>0:${PORTSDIR}/www/npm @@ -19,6 +21,9 @@ GH_ACCOUNT= commenthol GH_PROJECT= offline-npm NO_BUILD= yes +NO_ARCH= yes +USES= shebangfix +SHEBANG_FILES= test/test.sh do-install: (cd ${STAGEDIR}${PREFIX}/lib && ${SETENV} \ |