[57075] trunk/dports/devel/arch/Portfile
jmr at macports.org
jmr at macports.org
Sat Sep 5 23:42:30 PDT 2009
Revision: 57075
http://trac.macports.org/changeset/57075
Author: jmr at macports.org
Date: 2009-09-05 23:42:27 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
arch: add license, respect configure.cc, install docs
Modified Paths:
--------------
trunk/dports/devel/arch/Portfile
Modified: trunk/dports/devel/arch/Portfile
===================================================================
--- trunk/dports/devel/arch/Portfile 2009-09-06 06:22:39 UTC (rev 57074)
+++ trunk/dports/devel/arch/Portfile 2009-09-06 06:42:27 UTC (rev 57075)
@@ -5,8 +5,10 @@
name arch
version 1.3.5
+revision 1
distname tla-${version}
categories devel
+license GPLv2
maintainers jmr openmaintainer
description GNU arch - revision control system
long_description \
@@ -30,7 +32,7 @@
file mkdir ${configure.dir}
}
configure.cmd ../configure
-configure.args --destdir=${destroot}
+configure.args --destdir=${destroot} --with-cc=${configure.cc}
test.run yes
use_parallel_build no
@@ -38,5 +40,10 @@
destroot.destdir
+post-destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc
+ copy ${worksrcpath}/src/docs-tla ${destroot}${prefix}/share/doc/${name}
+}
+
livecheck.name gnu-${name}
livecheck.regex tla-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090905/d131631b/attachment.html>
More information about the macports-changes
mailing list