diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-08 12:11:07 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-08 12:11:07 +0800 |
commit | 49c9308afc8e87ceb074ffe28b384e9855fb0173 (patch) | |
tree | 6cdae1e72210b022373727289bc9ff3bcbd69976 | |
parent | 621debbcf1b91cb6fe802b2a471a008cc000ab1a (diff) | |
download | freebsd-ports-graphics-49c9308afc8e87ceb074ffe28b384e9855fb0173.tar.gz freebsd-ports-graphics-49c9308afc8e87ceb074ffe28b384e9855fb0173.tar.zst freebsd-ports-graphics-49c9308afc8e87ceb074ffe28b384e9855fb0173.zip |
textproc/txt2tags: oops, drop suffix ignored by USE_GITHUB
-rw-r--r-- | textproc/txt2tags/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/txt2tags/Makefile b/textproc/txt2tags/Makefile index 18c11e82ff3..b5f468299ef 100644 --- a/textproc/txt2tags/Makefile +++ b/textproc/txt2tags/Makefile @@ -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 |