From 83028dd384ccb0a59a4d7f94e09d789f9a1f365c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 21 Nov 2004 22:20:11 +0000 Subject: - Use proper directories for pixmap and desktop entry - Use INSTALLS_OMF knob PR: ports/74168 Submitted by: Stefan 'Steve' Tell (maintainer) --- science/gramps/files/patch-src-Makefile.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 science/gramps/files/patch-src-Makefile.in (limited to 'science/gramps/files/patch-src-Makefile.in') diff --git a/science/gramps/files/patch-src-Makefile.in b/science/gramps/files/patch-src-Makefile.in new file mode 100644 index 000000000000..4c07208c7c8c --- /dev/null +++ b/science/gramps/files/patch-src-Makefile.in @@ -0,0 +1,18 @@ +--- src/Makefile.in.orig Sun Nov 21 23:18:47 2004 ++++ src/Makefile.in Sun Nov 21 23:19:07 2004 +@@ -560,11 +560,11 @@ + pychecker $(pkgpython_PYTHON) + + install-data-local: +- $(INSTALL) -d $(DESTDIR)$(prefix)/share/pixmaps +- $(INSTALL) -d $(DESTDIR)$(prefix)/share/applications ++ $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/pixmaps ++ $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/applications + $(INSTALL) -d $(DESTDIR)$(pkglibdir) +- $(INSTALL_DATA) $(srcdir)/gramps.png $(DESTDIR)$(prefix)/share/pixmaps +- $(INSTALL_DATA) $(srcdir)/gramps.desktop $(DESTDIR)$(prefix)/share/applications ++ $(INSTALL_DATA) $(srcdir)/gramps.png $(DESTDIR)$(prefix)/share/gnome/pixmaps ++ $(INSTALL_DATA) $(srcdir)/gramps.desktop $(DESTDIR)$(prefix)/share/gnome/applications + $(INSTALL_DATA) grampslib.so $(DESTDIR)$(pkglibdir) + + uninstall-local: -- cgit v1.2.3