diff options
author | David Thiel <lx@FreeBSD.org> | 2012-03-14 21:36:35 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2012-03-14 21:36:35 +0000 |
commit | dd82b2083c6d01b577084a4b0e16a2bc78e28b66 (patch) | |
tree | d811c1bc213a0c86d62bb25948bcea91a0d56518 /graphics/shotwell/files | |
parent | d65e92faee6f134ddb7b74997ef8e5d92392e3a4 (diff) | |
download | ports-dd82b2083c6d01b577084a4b0e16a2bc78e28b66.tar.gz ports-dd82b2083c6d01b577084a4b0e16a2bc78e28b66.zip |
Notes
Diffstat (limited to 'graphics/shotwell/files')
-rw-r--r-- | graphics/shotwell/files/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/shotwell/files/patch-Makefile b/graphics/shotwell/files/patch-Makefile index c11cbfa70b0c..5fe47683c05f 100644 --- a/graphics/shotwell/files/patch-Makefile +++ b/graphics/shotwell/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig 2011-11-03 14:39:05.000000000 -0700 -+++ Makefile 2012-03-07 11:47:18.000000000 -0800 ++++ Makefile 2012-03-14 14:07:24.000000000 -0700 @@ -273,7 +273,6 @@ gstreamer-base-0.10 \ gstreamer-pbutils-0.10 \ @@ -36,6 +36,15 @@ endif ifndef DISABLE_ICON_UPDATE -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || : +@@ -640,7 +638,7 @@ + glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas + endif + ifndef DISABLE_GSETTINGS_CONVERT_INSTALL +- rm -f $(DESTDIR)/usr/share/GConf/gsettings/shotwell.convert ++ rm -f $(DESTDIR)$(PREFIX)/share/GConf/gsettings/shotwell.convert + endif + + $(PC_FILE): $(PC_INPUT) $(MAKE_FILES) @@ -660,7 +658,6 @@ # EXPANDED_SRC_FILES includes UNITIZE_INITS and UNITIZE_ENTRY |