aboutsummaryrefslogtreecommitdiff
path: root/graphics/xournal/files
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2011-02-01 09:13:17 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2011-02-01 09:13:17 +0000
commit794f3e071390905d449e7d2c9569667b86a33bcf (patch)
treeaf021b8dbfd3eeecdd039f1b196a58d532c40f52 /graphics/xournal/files
parent3a119cfd0a55e74b509afb3c7101026663ed11ba (diff)
downloadports-794f3e071390905d449e7d2c9569667b86a33bcf.tar.gz
ports-794f3e071390905d449e7d2c9569667b86a33bcf.zip
Notes
Diffstat (limited to 'graphics/xournal/files')
-rw-r--r--graphics/xournal/files/patch-Makefile.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/xournal/files/patch-Makefile.in b/graphics/xournal/files/patch-Makefile.in
new file mode 100644
index 000000000000..b6d09ac58616
--- /dev/null
+++ b/graphics/xournal/files/patch-Makefile.in
@@ -0,0 +1,31 @@
+--- Makefile.in.orig 2011-01-31 16:28:59.925702117 +0100
++++ Makefile.in 2011-01-31 16:36:50.591377695 +0100
+@@ -709,19 +709,21 @@
+ fi \
+ done \
+ fi; \
++ echo "*** Desktop files, icons, MIME types not installed. Run 'make desktop-install'"; \
++ echo "*** (or 'make home-desktop-install' for installation in a home directory)."
++
++install-doc-local:
+ if test -d $(srcdir)/html-doc; then \
+- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/html-doc; \
++ $(mkinstalldirs) $(DESTDIR)$(docdir); \
+ for docfile in $(srcdir)/html-doc/*; do \
+ if test -f $$docfile; then \
+- $(INSTALL_DATA) $$docfile $(DESTDIR)$(pkgdatadir)/html-doc; \
++ $(INSTALL_DATA) $$docfile $(DESTDIR)$(docdir); \
+ fi \
+ done; \
+- if test ! -e $(DESTDIR)$(pkgdatadir)/html-doc/pixmaps; then \
+- ln -s ../pixmaps $(DESTDIR)$(pkgdatadir)/html-doc/pixmaps; \
++ if test ! -e $(DESTDIR)$(docdir)/pixmaps; then \
++ ln -s $(DESTDIR)$(pkgdatadir)/pixmaps $(DESTDIR)$(docdir)/pixmaps; \
+ fi \
+- fi; \
+- echo "*** Desktop files, icons, MIME types not installed. Run 'make desktop-install'"; \
+- echo "*** (or 'make home-desktop-install' for installation in a home directory)."
++ fi
+
+ desktop-install:
+ if test "$(datadir)" = "/usr/share"; then \