diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-14 05:17:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-03-14 05:17:40 +0000 |
commit | 7fc2386376a3d95d248553d1e1861a486f9242d9 (patch) | |
tree | 73732dbfceef9a4669a14f4a2c1c4486dc7461b3 /biology | |
parent | ff736705d4bdcabc9f932f743463123e5bd37bf5 (diff) | |
download | freebsd-ports-7fc2386376a3d95d248553d1e1861a486f9242d9.zip |
biology/abyss: Add PORTSCOUT line
Diffstat (limited to 'biology')
-rw-r--r-- | biology/abyss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/abyss/Makefile b/biology/abyss/Makefile index 3340b3751d41..abe802b28d62 100644 --- a/biology/abyss/Makefile +++ b/biology/abyss/Makefile @@ -34,4 +34,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * +PORTSCOUT= limit:^[0-9\.]*$$ # to ignore alpha-numeric tags + .include <bsd.port.mk> |