[116315] trunk/dports/science/mpich/Portfile
sean at macports.org
sean at macports.org
Thu Jan 23 12:09:48 PST 2014
Revision: 116315
https://trac.macports.org/changeset/116315
Author: sean at macports.org
Date: 2014-01-23 12:09:47 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
mpich: remove docs from default subport
Modified Paths:
--------------
trunk/dports/science/mpich/Portfile
Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile 2014-01-23 20:09:42 UTC (rev 116314)
+++ trunk/dports/science/mpich/Portfile 2014-01-23 20:09:47 UTC (rev 116315)
@@ -161,18 +161,9 @@
}
post-destroot {
- if {${subport} != "${name}-default"} {
-# This version doesn't supply doc/manpages
-# they would conflict with -default
- delete ${destroot}${prefix}/share/man
- delete ${destroot}${prefix}/share/doc
- } else {
- xinstall -d ${destroot}${prefix}/lib/pkgconfig
- file copy \
- ${destroot}${prefix}/lib/mpich-${cname}/pkgconfig/mpich.pc \
- ${destroot}${prefix}/lib/mpich-${cname}/pkgconfig/openpa.pc \
- ${destroot}${prefix}/lib/pkgconfig/
- }
+ # This version doesn't supply doc/manpages
+ delete ${destroot}${prefix}/share/man
+ delete ${destroot}${prefix}/share/doc
if {![variant_isset gforker]} {
system -W ${destroot}${prefix}/bin \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/14454ca5/attachment.html>
More information about the macports-changes
mailing list