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: brook
Date: Tue Feb 25 15:03:28 UTC 2020
Modified Files:
pkgsrc/graphics/gimp: PLIST
Log Message:
Fix broken PLIST on Darwin.
Apparently the installed location for gimp-debug-tool differs for Darwin
versus other platforms. The Makefile included logic to define the location,
but was not used in PLIST. This just adds the appropriate substitution
into PLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/gimp/PLIST
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/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.68 pkgsrc/graphics/gimp/PLIST:1.69
--- pkgsrc/graphics/gimp/PLIST:1.68 Sat Nov 2 14:06:44 2019
+++ pkgsrc/graphics/gimp/PLIST Tue Feb 25 15:03:28 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.68 2019/11/02 14:06:44 nia Exp $
+@comment $NetBSD: PLIST,v 1.69 2020/02/25 15:03:28 brook Exp $
bin/gimp
bin/gimp-2.10
bin/gimp-console
@@ -379,7 +379,7 @@ lib/libgimpwidgets-2.0.la
lib/pkgconfig/gimp-2.0.pc
lib/pkgconfig/gimpthumb-2.0.pc
lib/pkgconfig/gimpui-2.0.pc
-libexec/gimp-debug-tool-2.0
+${GIMP_DEBUG_TOOL_DIR}/gimp-debug-tool-2.0
man/man1/gimp-2.10.1
man/man1/gimp-console-2.10.1
man/man1/gimp-console.1
Home |
Main Index |
Thread Index |
Old Index