Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 09:50:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460684 - head/sysutils/pbi-manager
Message-ID:  <201802020950.w129oATD058167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb  2 09:50:10 2018
New Revision: 460684
URL: https://svnweb.freebsd.org/changeset/ports/460684

Log:
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/pbi-manager/Makefile

Modified: head/sysutils/pbi-manager/Makefile
==============================================================================
--- head/sysutils/pbi-manager/Makefile	Fri Feb  2 09:49:17 2018	(r460683)
+++ head/sysutils/pbi-manager/Makefile	Fri Feb  2 09:50:10 2018	(r460684)
@@ -13,8 +13,9 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS=	${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh
 
 WRKSRC_SUBDIR=	src-sh/pbi-manager
-USES=		pkgconfig tar:xz
+USES=		pkgconfig
 NO_BUILD=	yes
+NO_ARCH=	yes
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 USE_GITHUB=	yes



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