svn commit: r418607 - head/www/offline-npm
Carlos J. Puga Medina
cpm at FreeBSD.org
Fri Jul 15 17:52:59 UTC 2016
Author: cpm
Date: Fri Jul 15 17:52:57 2016
New Revision: 418607
URL: https://svnweb.freebsd.org/changeset/ports/418607
Log:
- No need to shebangfix files we don't install
- Bump PORTREVISION
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D7219
Modified:
head/www/offline-npm/Makefile
Modified: head/www/offline-npm/Makefile
==============================================================================
--- head/www/offline-npm/Makefile Fri Jul 15 17:52:56 2016 (r418606)
+++ head/www/offline-npm/Makefile Fri Jul 15 17:52:57 2016 (r418607)
@@ -4,6 +4,7 @@
PORTNAME= offline-npm
PORTVERSION= 0.2.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= cpm at FreeBSD.org
@@ -21,8 +22,6 @@ GH_PROJECT= offline-npm
NO_BUILD= yes
NO_ARCH= yes
-USES= shebangfix
-SHEBANG_FILES= test/test.sh
do-install:
(cd ${STAGEDIR}${PREFIX}/lib && ${SETENV} \
More information about the svn-ports-all
mailing list