[75956] trunk/dports/science/arb/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Feb 13 11:17:27 PST 2011
Revision: 75956
http://trac.macports.org/changeset/75956
Author: ryandesign at macports.org
Date: 2011-02-13 11:17:25 -0800 (Sun, 13 Feb 2011)
Log Message:
-----------
arb: consolidate post-destroot into destroot; see #
Modified Paths:
--------------
trunk/dports/science/arb/Portfile
Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile 2011-02-13 19:12:40 UTC (rev 75955)
+++ trunk/dports/science/arb/Portfile 2011-02-13 19:17:25 UTC (rev 75956)
@@ -101,19 +101,16 @@
file copy ${worksrcpath}/PERL_SCRIPTS ${destroot}${prefix}/share/arb/PERL_SCRIPTS
file copy ${worksrcpath}/SH ${destroot}${prefix}/share/arb/SH
file copy ${worksrcpath}/demo.arb ${destroot}${prefix}/share/arb
-}
-
-# to be investigated later
-universal_variant no
-
-post-destroot {
system "chmod a+w ${destroot}${prefix}/share/arb/lib/arb_tcp.dat"
system "chmod a+w ${destroot}${prefix}/share/arb/lib/pts"
system "chmod a+w ${destroot}${prefix}/share/arb/lib/macros"
ln -s ${prefix}/bin/arb_pt_server ${destroot}${prefix}/share/arb/bin/arb_pt_server
ln -s ${prefix}/bin/arb_name_server ${destroot}${prefix}/share/arb/bin/arb_name_server
}
-
+
+# to be investigated later
+universal_variant no
+
post-activate {
system "rm -rf `find ${prefix}/share/arb -type d -name .svn`"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110213/209c7db7/attachment.html>
More information about the macports-changes
mailing list