svn commit: r425680 - head/textproc/txt2tags

Jan Beich jbeich at FreeBSD.org
Tue Nov 8 04:11:08 UTC 2016


Author: jbeich
Date: Tue Nov  8 04:11:07 2016
New Revision: 425680
URL: https://svnweb.freebsd.org/changeset/ports/425680

Log:
  textproc/txt2tags: oops, drop suffix ignored by USE_GITHUB

Modified:
  head/textproc/txt2tags/Makefile   (contents, props changed)

Modified: head/textproc/txt2tags/Makefile
==============================================================================
--- head/textproc/txt2tags/Makefile	Tue Nov  8 04:08:50 2016	(r425679)
+++ head/textproc/txt2tags/Makefile	Tue Nov  8 04:11:07 2016	(r425680)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes
 
-USES=		python:2 shebangfix tar:tgz
+USES=		python:2 shebangfix
 SHEBANG_FILES=	extras/html-update.sh txt2tags
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-head mailing list