summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/tcc/Makefile7
-rw-r--r--lang/tcc/pkg-descr2
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile
index 7063af1e092c..7c4ed9b2e213 100644
--- a/lang/tcc/Makefile
+++ b/lang/tcc/Makefile
@@ -3,13 +3,16 @@
PORTNAME= tcc
DISTVERSIONPREFIX= release_
DISTVERSION= 0_9_26
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
MAINTAINER= cpm@FreeBSD.org
COMMENT= Tiny C Compiler
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+PORTSCOUT= skipv:initial
ONLY_FOR_ARCHS= amd64 i386
@@ -26,7 +29,7 @@ MAKE_ARGS= CONFIG_NOLDL=1
OPTIONS_DEFINE= DOCS EXAMPLES
INFO= tcc-doc
-PORTDOCS= COPYING Changelog README TODO VERSION
+PORTDOCS= Changelog README TODO VERSION
.include <bsd.port.options.mk>
diff --git a/lang/tcc/pkg-descr b/lang/tcc/pkg-descr
index 714ad7413001..a0f1068124d8 100644
--- a/lang/tcc/pkg-descr
+++ b/lang/tcc/pkg-descr
@@ -18,4 +18,4 @@ Tiny C Compiler is perhaps the smallest ANSI C compiler, by Fabrice Bellard.
- C script supported: just add '#!/bin/env tcc -run' at the first line
of your C source, and execute it directly from the command line.
-WWW: http://bellard.org/tcc/
+WWW: https://github.com/TinyCC/tinycc/