[40854] trunk/dports/erlang/eunit/Portfile
febeling at macports.org
febeling at macports.org
Thu Oct 16 04:55:20 PDT 2008
Revision: 40854
http://trac.macports.org/changeset/40854
Author: febeling at macports.org
Date: 2008-10-16 04:55:18 -0700 (Thu, 16 Oct 2008)
Log Message:
-----------
install sources as well
Modified Paths:
--------------
trunk/dports/erlang/eunit/Portfile
Modified: trunk/dports/erlang/eunit/Portfile
===================================================================
--- trunk/dports/erlang/eunit/Portfile 2008-10-16 10:40:42 UTC (rev 40853)
+++ trunk/dports/erlang/eunit/Portfile 2008-10-16 11:55:18 UTC (rev 40854)
@@ -5,7 +5,7 @@
name eunit
# the released version 1.1 is too old to be interesting
version 2.0b1
-revision 2
+revision 3
categories erlang devel
maintainers febeling openmaintainer
description Erlang Unit Testing Framework
@@ -31,6 +31,10 @@
xinstall -d -m 0755 ${ebindir}
eval xinstall -m 0644 [glob ${worksrcpath}/ebin/*.beam] ${ebindir}
+ set srcdir ${libdir}/src
+ system "find ${worksrcpath} -name .svn -type d -exec rm -rf {} \+"
+ copy ${worksrcpath}/src ${libdir}
+
set docdir ${destroot}${prefix}/share/doc/${name}-${version}
xinstall -d -m 0755 ${docdir}
xinstall -m 0664 -W ${worksrcpath}/doc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081016/29d6b906/attachment.html
More information about the macports-changes
mailing list