[20566] trunk/dports/math/SuiteSparse/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 7 02:28:19 PST 2006


Revision: 20566
          http://trac.macosforge.org/projects/macports/changeset/20566
Author:   stechert at macports.org
Date:     2006-11-07 02:28:18 -0800 (Tue, 07 Nov 2006)

Log Message:
-----------
Header files were not installing correctly because I neglected to create a directory for them.

Modified Paths:
--------------
    trunk/dports/math/SuiteSparse/Portfile

Modified: trunk/dports/math/SuiteSparse/Portfile
===================================================================
--- trunk/dports/math/SuiteSparse/Portfile	2006-11-07 09:53:26 UTC (rev 20565)
+++ trunk/dports/math/SuiteSparse/Portfile	2006-11-07 10:28:18 UTC (rev 20566)
@@ -49,6 +49,8 @@
 	xinstall -m 644 ${worksrcpath}/UFconfig/xerbla/libcerbla.a ${destroot}${prefix}/lib
 	xinstall -m 644 ${worksrcpath}/UMFPACK/Lib/libumfpack.a ${destroot}${prefix}/lib
 
+	file mkdir ${destroot}${prefix}/include/ufsparse
+
 	xinstall -m 644 ${worksrcpath}/AMD/Include/amd.h ${destroot}${prefix}/include/ufsparse
 	xinstall -m 644 ${worksrcpath}/BTF/Include/btf.h ${destroot}${prefix}/include/ufsparse
 	xinstall -m 644 ${worksrcpath}/CAMD/Include/camd.h ${destroot}${prefix}/include/ufsparse

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061107/1f1d8bad/attachment.html


More information about the macports-changes mailing list