git: 334caeef1874 - main - finance/libbtc: Add PORTSCOUT tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 18:02:11 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=334caeef1874e011031cd2660e8d940cbae95b1b commit 334caeef1874e011031cd2660e8d940cbae95b1b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-08 16:25:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-08 18:02:05 +0000 finance/libbtc: Add PORTSCOUT tag --- finance/libbtc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/finance/libbtc/Makefile b/finance/libbtc/Makefile index 7796b974332c..21f99be1e3c1 100644 --- a/finance/libbtc/Makefile +++ b/finance/libbtc/Makefile @@ -20,4 +20,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +PORTSCOUT= ignore:1 # tags are bogus + .include <bsd.port.mk>