diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 00:43:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 00:43:06 +0000 |
commit | b2fe1d80992d5a1e32b1884faa97ab60bd0975f1 (patch) | |
tree | 36e816db58869ec797243b82b6bebe56979cd06d /finance/gnucash-devel/files/patch-src::gnome::Makefile.in | |
parent | - Update to 0.2.2 (diff) |
- Update to 1.8.12
PR: ports/87703
Submitted by: Alex Varju <freebsd-ports@varju.ca>
Notes
Notes:
svn path=/head/; revision=149517
Diffstat (limited to 'finance/gnucash-devel/files/patch-src::gnome::Makefile.in')
-rw-r--r-- | finance/gnucash-devel/files/patch-src::gnome::Makefile.in | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/finance/gnucash-devel/files/patch-src::gnome::Makefile.in b/finance/gnucash-devel/files/patch-src::gnome::Makefile.in index 2e9afd4bd045..704a756bc82b 100644 --- a/finance/gnucash-devel/files/patch-src::gnome::Makefile.in +++ b/finance/gnucash-devel/files/patch-src::gnome::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- src/gnome/Makefile.in 2002/07/11 09:16:01 1.1 -+++ src/gnome/Makefile.in 2002/07/11 09:16:10 -@@ -226,7 +226,7 @@ - window-report.c - +--- src/gnome/Makefile.in.orig Wed Oct 19 21:10:12 2005 ++++ src/gnome/Makefile.in Wed Oct 19 21:10:41 2005 +@@ -470,7 +470,7 @@ + window-reconcile.c \ + window-register.c -gnomeappdir = ${datadir}/gnome/apps/Applications +gnomeappdir = ${datadir}/apps/Applications - - gnomeapp_DATA = gnucash.desktop - + gnomeapp_in_files = gnucash.desktop.in + gnomeapp_DATA = $(gnomeapp_in_files:.desktop.in=.desktop) + appicondir = $(datadir)/pixmaps |