Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2019 16:23:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506471 - head/www/npm
Message-ID:  <201907121623.x6CGN3fB070336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 12 16:23:03 2019
New Revision: 506471
URL: https://svnweb.freebsd.org/changeset/ports/506471

Log:
  Cosmetic change

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Fri Jul 12 16:21:04 2019	(r506470)
+++ head/www/npm/Makefile	Fri Jul 12 16:23:03 2019	(r506471)
@@ -14,6 +14,12 @@ LICENSE_FILE=	${WRKSRC}/lib/node_modules/npm/LICENSE
 
 RUN_DEPENDS=	gmake:devel/gmake
 
+USES=		cpe python:2.7,run shebangfix tar:xz
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+REINPLACE_ARGS=	-i ''
+
 CONFLICTS_INSTALL?=	npm-node10 npm-node8
 
 OPTIONS_SINGLE=	BACKEND
@@ -23,12 +29,6 @@ NODE_DESC=	Use Node.js 11.x/12.x (www/node) as backend
 NODE10_DESC=	Use Node.js 10.x (www/node10) as backend
 NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
 
-USES=		cpe python:2.7,run shebangfix tar:xz
-
-NO_ARCH=	yes
-NO_BUILD=	yes
-REINPLACE_ARGS=	-i ''
-
 CPE_VENDOR=	npmjs
 CPE_PRODUCT=	node_packaged_modules
 
@@ -41,7 +41,7 @@ NODE8_RUN_DEPENDS=	node8>=0.8.0:www/node8
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
+.if ${ARCH} == i386
 # Workaround for kernel bug 178881
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-bug-178881
 .endif



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