[33647] trunk/dports/net/transmission/Portfile

rhwood at macports.org rhwood at macports.org
Sat Feb 2 06:41:38 PST 2008


Revision: 33647
          http://trac.macosforge.org/projects/macports/changeset/33647
Author:   rhwood at macports.org
Date:     2008-02-02 06:41:13 -0800 (Sat, 02 Feb 2008)

Log Message:
-----------
Builds the CLI client and the daemon now and installs all man pages
Work on Aqua code only to realize that its not built by configure--that'll have
to be a new port.

Modified Paths:
--------------
    trunk/dports/net/transmission/Portfile

Modified: trunk/dports/net/transmission/Portfile
===================================================================
--- trunk/dports/net/transmission/Portfile	2008-02-02 13:58:19 UTC (rev 33646)
+++ trunk/dports/net/transmission/Portfile	2008-02-02 14:41:13 UTC (rev 33647)
@@ -1,4 +1,5 @@
 # $Id$
+
 PortSystem				1.0
 
 name					transmission
@@ -21,7 +22,7 @@
 default_variants		+universal
 variant					universal {}
 
-worksrcdir				.
+#worksrcdir				.
 
 depends_lib				port:gettext
 
@@ -29,16 +30,20 @@
 
 destroot				{
 	# Install transmissioncli
-	xinstall -m 0755 -c ${worksrcpath}/build/Debug/transmissioncli ${destroot}${prefix}/bin/
+	xinstall -m 0755 -c ${worksrcpath}/cli/transmissioncli ${destroot}${prefix}/bin/
 	xinstall -m 0644 -c ${worksrcpath}/cli/transmissioncli.1 ${destroot}${prefix}/share/man/man1/
 
 	# Install transmission-daemon, -proxy and -remote
-	xinstall -m 0755 -c ${worksrcpath}/build/Debug/transmission-daemon ${destroot}${prefix}/bin/
-	xinstall -m 0755 -c ${worksrcpath}/build/Debug/transmission-proxy ${destroot}${prefix}/bin/
-	xinstall -m 0755 -c ${worksrcpath}/build/Debug/transmission-remote ${destroot}${prefix}/bin/
+	xinstall -m 0755 -c ${worksrcpath}/daemon/transmission-daemon ${destroot}${prefix}/bin/
+	xinstall -m 0755 -c ${worksrcpath}/daemon/transmission-proxy ${destroot}${prefix}/bin/
+	xinstall -m 0755 -c ${worksrcpath}/daemon/transmission-remote ${destroot}${prefix}/bin/
+	xinstall -m 0644 -c ${worksrcpath}/daemon/transmission-daemon.1 ${destroot}${prefix}/share/man/man1/
+	xinstall -m 0644 -c ${worksrcpath}/daemon/transmission-proxy.1 ${destroot}${prefix}/share/man/man1/
+	xinstall -m 0644 -c ${worksrcpath}/daemon/transmission-remote.1 ${destroot}${prefix}/share/man/man1/
 
 	# Install Mac OS X app
 	set appPath ${destroot}/Applications/MacPorts
-	file mkdir ${appPath}
-	file copy ${worksrcpath}/macosx/Transmission.app ${appPath}
+	set buildPath ${worksrcpath}/build/Development
+	xinstall -m 755 -d ${appPath}
+	file copy ${buildPath}/Transmission.app ${appPath}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080202/d0ceb5f9/attachment.html


More information about the macports-changes mailing list