svn commit: r460683 - head/deskutils/fbreader

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 2 09:49:18 UTC 2018


Author: amdmi3
Date: Fri Feb  2 09:49:17 2018
New Revision: 460683
URL: https://svnweb.freebsd.org/changeset/ports/460683

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

Modified:
  head/deskutils/fbreader/Makefile

Modified: head/deskutils/fbreader/Makefile
==============================================================================
--- head/deskutils/fbreader/Makefile	Fri Feb  2 09:48:48 2018	(r460682)
+++ head/deskutils/fbreader/Makefile	Fri Feb  2 09:49:17 2018	(r460683)
@@ -27,7 +27,7 @@ STATUS=		debug
 STATUS=		release
 .endif
 
-USES=		compiler gmake iconv localbase pkgconfig sqlite tar:tgz
+USES=		compiler gmake iconv localbase pkgconfig sqlite
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	do_install


More information about the svn-ports-head mailing list