aboutsummaryrefslogtreecommitdiff
path: root/cad/ktechlab
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-12 09:04:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-12 09:04:47 +0000
commitd622664237ae57322768d013b31b6d0e0db0cfab (patch)
tree10db815840e8295b1ebb4a55d1506dd5d75faf88 /cad/ktechlab
parentb58f67a4b01e122e14de9a0c1759685669196312 (diff)
downloadports-d622664237ae57322768d013b31b6d0e0db0cfab.tar.gz
ports-d622664237ae57322768d013b31b6d0e0db0cfab.zip
cad/ktechlab: Limit version format to prevent portscout reporting odd revisions
Notes
Notes: svn path=/head/; revision=522769
Diffstat (limited to 'cad/ktechlab')
-rw-r--r--cad/ktechlab/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/ktechlab/Makefile b/cad/ktechlab/Makefile
index ef9e29623a27..20b824b2be03 100644
--- a/cad/ktechlab/Makefile
+++ b/cad/ktechlab/Makefile
@@ -29,4 +29,6 @@ CXXFLAGS+= -I${LOCALBASE}/lib/glib-2.0/include
OPTIONS_DEFINE= DOCS
PORTDOCS= *
+PORTSCOUT= limit:^[0-9\.]*$$
+
.include <bsd.port.mk>