pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/geeqie
Module Name: pkgsrc
Committed By: nros
Date: Thu Dec 21 12:24:37 UTC 2023
Modified Files:
pkgsrc/graphics/geeqie: Makefile
Log Message:
geeqie: fix locale files installation when PKGLOCALEDIR is not share
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/graphics/geeqie/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/geeqie/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.119 pkgsrc/graphics/geeqie/Makefile:1.120
--- pkgsrc/graphics/geeqie/Makefile:1.119 Tue Nov 14 14:02:01 2023
+++ pkgsrc/graphics/geeqie/Makefile Thu Dec 21 12:24:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2023/11/14 14:02:01 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2023/12/21 12:24:36 nros Exp $
DISTNAME= geeqie-2.1
PKGREVISION= 5
@@ -32,6 +32,9 @@ REPLACE_BASH+= doc/*.sh
REPLACE_BASH+= g*.sh
REPLACE_BASH+= version.sh
+MESON_ARGS+= -Dgq_localedir='${PREFIX}/${PKGLOCALEDIR}/locale'
+MESON_ARGS+= --localedir='${PKGLOCALEDIR}/locale'
+
INSTALLATION_DIRS= ${PKGMANDIR}/man1
.include "../../mk/bsd.fast.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index