[30960] trunk/dports/math/muparser/files/patch-Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 12 04:11:18 PST 2007


Revision: 30960
          http://trac.macosforge.org/projects/macports/changeset/30960
Author:   mww at macports.org
Date:     2007-11-12 04:11:17 -0800 (Mon, 12 Nov 2007)

Log Message:
-----------
fix patch -- #13256

Modified Paths:
--------------
    trunk/dports/math/muparser/files/patch-Makefile.in

Modified: trunk/dports/math/muparser/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/muparser/files/patch-Makefile.in	2007-11-12 11:33:37 UTC (rev 30959)
+++ trunk/dports/math/muparser/files/patch-Makefile.in	2007-11-12 12:11:17 UTC (rev 30960)
@@ -1,13 +1,13 @@
---- work/muparser/Makefile.in	2006-12-16 00:48:27.000000000 +0100
-+++ Makefile.in	2007-02-03 19:13:23.000000000 +0100
-@@ -183,8 +183,8 @@
- all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname)
- 
- install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname)
--	$(INSTALL_DIR) $(libdir)/pkgconfig
--	$(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig
-+	$(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig
-+	$(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig
- 
- uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname)
- 
+--- Makefile.in	2007-07-14 23:21:32.000000000 +0200
++++ Makefile.in	2007-11-12 13:11:05.000000000 +0100
+@@ -192,8 +192,8 @@
+ all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname)
+ 
+ install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname)
+-	$(INSTALL_DIR) $(libdir)/pkgconfig
+-	$(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig
++	$(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig
++	$(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig
+ 
+ uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname)
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071112/2c3f29ab/attachment.html


More information about the macports-changes mailing list