Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 18:59:59 +0000
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 895786e5eade - main - graphics/cloudcompare: Slightly improve port
Message-ID:  <699b522f.4255a.3a0881@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=895786e5eade3fd528caf05f0760efe2fe02d238

commit 895786e5eade3fd528caf05f0760efe2fe02d238
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-02-22 18:57:38 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-02-22 18:59:43 +0000

    graphics/cloudcompare: Slightly improve port
    
    * Use ${DESKTOPDIR} instead of ${PREFIX}/share/applications.
    
    Reported by:            vvd@
    Approved by:            db@, yuri@ (Mentors, implicit)
    Differential Revision:  https://reviews.freebsd.org/D55434
---
 graphics/cloudcompare/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile
index d1fa03fd50d3..359dd3b4bc22 100644
--- a/graphics/cloudcompare/Makefile
+++ b/graphics/cloudcompare/Makefile
@@ -85,7 +85,7 @@ PLUGINS_CXXFLAGS_clang=	-Wno-narrowing
 
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
-	${INSTALL_DATA} ${FILESDIR}/*.desktop ${STAGEDIR}${PREFIX}/share/applications
+	${INSTALL_DATA} ${FILESDIR}/*.desktop ${STAGEDIR}${DESKTOPDIR}
 	${INSTALL_DATA} ${FILESDIR}/*.png ${STAGEDIR}${PREFIX}/share/pixmaps
 
 .include <../../math/vtk9/Makefile.version>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699b522f.4255a.3a0881>