pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 15 20:33:38 UTC 2025

Modified Files:
        pkgsrc/graphics/gimp: Makefile

Log Message:
gimp: use PKG_SYSCONFDIR consistently.


To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 pkgsrc/graphics/gimp/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/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.414 pkgsrc/graphics/gimp/Makefile:1.415
--- pkgsrc/graphics/gimp/Makefile:1.414 Fri Jun 13 06:46:19 2025
+++ pkgsrc/graphics/gimp/Makefile       Sun Jun 15 20:33:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.414 2025/06/13 06:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.415 2025/06/15 20:33:38 markd Exp $
 
 DISTNAME=      gimp-3.0.4
 PKGREVISION=   1
@@ -79,7 +79,7 @@ fix-modules-id:
 
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/share/examples/gimp
-       ${MV} ${DESTDIR}${PREFIX}/etc/gimp/3.0 ${DESTDIR}${PREFIX}/share/examples/gimp
+       ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/gimp/3.0 ${DESTDIR}${PREFIX}/share/examples/gimp
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index