git: 111fe3c6ec09 - main - graphics/digikam: Fix install for AESTHETIC option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 10:57:01 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=111fe3c6ec0988104617b2ad2039c91db35438a7 commit 111fe3c6ec0988104617b2ad2039c91db35438a7 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-03-19 10:06:10 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-03-19 10:56:57 +0000 graphics/digikam: Fix install for AESTHETIC option Reported by: rhurlin (via private mail) Fixes: 06b53b319185 graphics/digikam: Update to 8.6.0 Pointy hat: jhale --- graphics/digikam/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index f618b3073cfc..f650b33d99d3 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -116,6 +116,12 @@ MYSQL_INTERNAL_IMPLIES= MYSQL SQLITE3_USE= QT=sqldriver-sqlite:run +post-install-AESTHETIC-on: + @${MKDIR} ${STAGEDIR}${DATADIR}/facesengine +.for f in ${AESTHETIC_DISTFILES:C/:.*//} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${STAGEDIR}${DATADIR}/facesengine +.endfor + post-install-AUTOTAGS-on: @${MKDIR} ${STAGEDIR}${DATADIR}/facesengine .for f in ${AUTOTAGS_DISTFILES:C/:.*//}