git: 9f89b2276c08 - main - graphics/libkdcraw: Fix PLIST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 02:20:24 UTC
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>