Date: Sat, 27 Jan 2024 02:20:24 GMT From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f89b2276c08 - main - graphics/libkdcraw: Fix PLIST Message-ID: <202401270220.40R2KOn6015585@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f89b2276c08988527297fef1de64e8f0ec5f017 commit 9f89b2276c08988527297fef1de64e8f0ec5f017 Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2024-01-27 02:19:42 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2024-01-27 02:19:42 +0000 graphics/libkdcraw: Fix PLIST --- graphics/libkdcraw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 7084841b22fb..5cf8e78166c9 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -29,6 +29,6 @@ CMAKE_ARGS= -DENABLE_RAWSPEED=True \ -DQT_MAJOR_VERSION="${FLAVOR:S/qt//}" \ -DWITH_OpenMP:BOOL=False -PLIST= pkg-plist.${FLAVOR} +PLIST= ${.CURDIR}/pkg-plist.${FLAVOR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401270220.40R2KOn6015585>