[45432] trunk/dports/aqua/Books/Portfile

snc at macports.org snc at macports.org
Thu Jan 15 16:44:38 PST 2009


Revision: 45432
          http://trac.macports.org/changeset/45432
Author:   snc at macports.org
Date:     2009-01-15 16:44:37 -0800 (Thu, 15 Jan 2009)
Log Message:
-----------
updated to use applications_dir and use_bzip2

Modified Paths:
--------------
    trunk/dports/aqua/Books/Portfile

Modified: trunk/dports/aqua/Books/Portfile
===================================================================
--- trunk/dports/aqua/Books/Portfile	2009-01-16 00:27:38 UTC (rev 45431)
+++ trunk/dports/aqua/Books/Portfile	2009-01-16 00:44:37 UTC (rev 45432)
@@ -21,7 +21,7 @@
 homepage		http://books.aetherial.net/
 master_sites	${homepage}downloads/
 distname		${name}_${version}
-extract.cmd     bzip2
+use_bzip2       yes
 extract.suffix  .tbz
 
 platform darwin 6 {
@@ -46,12 +46,12 @@
 
 worksrcdir		${name}
 
-prefix          /Applications/MacPorts
+prefix          ${applications_dir}
 universal_variant no
 use_configure   no
 build {}
 destroot {
-    set appPath ${destroot}/Applications/MacPorts
+    set appPath ${destroot}${applications_dir}
     xinstall -d ${appPath}
     file copy ${worksrcpath}.app ${appPath}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090115/641c0ede/attachment.html>


More information about the macports-changes mailing list