diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-08 11:09:53 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-08 11:53:10 +0000 |
commit | 999f3b3ba0b59897d92394d78f295e2e7629e979 (patch) | |
tree | 93d1e0866e1a0275e78b616044a5a3264bef82dd | |
parent | 5c77d4bda51a8936eb089d8a9ee8ab1eb4ab741c (diff) | |
download | ports-999f3b3ba0b59897d92394d78f295e2e7629e979.tar.gz ports-999f3b3ba0b59897d92394d78f295e2e7629e979.zip |
misc/silicon: Add PORTSCOUT tag
-rw-r--r-- | misc/silicon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index f7783da56cc7..9a3b71035b88 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -198,6 +198,8 @@ PLIST_FILES= bin/${PORTNAME} BINARY_ALIAS= python3=${PYTHON_CMD} +PORTSCOUT= limit:^.*[0-9]\.[0-9].*$$ # prevent tags like preview-3 + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |