Date: Wed, 7 Jun 2023 01:58:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 700fb98095a6 - main - devel/klib: Add the PORTSCOUT tag Message-ID: <202306070158.3571wdn2037541@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=700fb98095a617dff5df748f9147c50c421258fa commit 700fb98095a617dff5df748f9147c50c421258fa Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-07 01:17:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-07 01:17:39 +0000 devel/klib: Add the PORTSCOUT tag --- devel/klib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/klib/Makefile b/devel/klib/Makefile index c6559419d987..a14387dbed41 100644 --- a/devel/klib/Makefile +++ b/devel/klib/Makefile @@ -18,6 +18,8 @@ GH_TAGNAME= 9a063b3 NO_BUILD= yes NO_ARCH= yes +PORTSCOUT= ignore:1 # only invalid tags like 'spawn-final' are present + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${WRKSRC}/*.c ${STAGEDIR}${PREFIX}/include/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306070158.3571wdn2037541>