Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 17:52:58 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418607 - head/www/offline-npm
Message-ID:  <201607151752.u6FHqww0055865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151752.u6FHqww0055865>