[66652] trunk/dports/sysutils/isightcapture/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 19 02:23:11 PDT 2010


Revision: 66652
          http://trac.macports.org/changeset/66652
Author:   ryandesign at macports.org
Date:     2010-04-19 02:23:09 -0700 (Mon, 19 Apr 2010)
Log Message:
-----------
isightcapture: add documentation file; add info about supported_archs

Modified Paths:
--------------
    trunk/dports/sysutils/isightcapture/Portfile

Modified: trunk/dports/sysutils/isightcapture/Portfile
===================================================================
--- trunk/dports/sysutils/isightcapture/Portfile	2010-04-19 08:24:52 UTC (rev 66651)
+++ trunk/dports/sysutils/isightcapture/Portfile	2010-04-19 09:23:09 UTC (rev 66652)
@@ -4,6 +4,7 @@
 
 name                    isightcapture
 version                 1.1
+revision                1
 set version2            [strsed ${version} {g/[.]/_/}]
 categories              sysutils graphics
 platforms               macosx
@@ -32,9 +33,14 @@
 build {}
 
 destroot {
-    xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
+    xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ${name}.rtf ${destroot}${prefix}/share/doc/${name}
 }
 
+if {[info exists supported_archs]} {
+    supported_archs i386 ppc
+}
 default_variants +universal
 variant universal {}
 pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100419/e8700d3f/attachment.html>


More information about the macports-changes mailing list