diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 22:20:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 22:20:11 +0000 |
commit | 83028dd384ccb0a59a4d7f94e09d789f9a1f365c (patch) | |
tree | 4c5da7e0972d8be04aa97de1f9852bdf1f97429d /science/gramps/files/patch-src-Makefile.in | |
parent | Add a temporary mirror until fd.o get there site back into shape. (diff) |
- Use proper directories for pixmap and desktop entry
- Use INSTALLS_OMF knob
PR: ports/74168
Submitted by: Stefan 'Steve' Tell <stell@zeus.crashmail.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=122107
Diffstat (limited to 'science/gramps/files/patch-src-Makefile.in')
-rw-r--r-- | science/gramps/files/patch-src-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
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: |