svn commit: r460684 - head/sysutils/pbi-manager

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 2 09:50:11 UTC 2018


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


More information about the svn-ports-all mailing list