13 lines
712 B
Plaintext
13 lines
712 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2010/05/10 12:31:52 ajacoutot Exp $
|
|
--- Makefile.in.orig Wed Apr 14 23:51:28 2010
|
|
+++ Makefile.in Mon May 10 08:37:44 2010
|
|
@@ -433,7 +433,7 @@ DIST_SUBDIRS = goffice-bits src plugins user
|
|
@WITH_GOFFICE_BUILTIN_TRUE@SUBDIRS = goffice-bits src plugins user
|
|
@EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktopdir = $(datadir)/applications
|
|
@EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktop_DATA = abiword.desktop
|
|
-@TOOLKIT_GTK_TRUE@mimedir = @ABIWORD_DATADIR@/mime-info
|
|
+@TOOLKIT_GTK_TRUE@mimedir = $(datadir)/mime-info
|
|
@TOOLKIT_GTK_TRUE@mime_DATA = abiword.keys
|
|
@TOOLKIT_GTK_TRUE@pkgconfigdir = $(libdir)/pkgconfig
|
|
@TOOLKIT_GTK_TRUE@pkgconfig_DATA = abiword-$(ABIWORD_SERIES).pc
|