[91695] trunk/dports/graphics/ale/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 8 01:29:40 PDT 2012


Revision: 91695
          https://trac.macports.org/changeset/91695
Author:   ryandesign at macports.org
Date:     2012-04-08 01:29:37 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
ale: simplify by removing unnecessary lines

Modified Paths:
--------------
    trunk/dports/graphics/ale/Portfile

Modified: trunk/dports/graphics/ale/Portfile
===================================================================
--- trunk/dports/graphics/ale/Portfile	2012-04-08 08:06:34 UTC (rev 91694)
+++ trunk/dports/graphics/ale/Portfile	2012-04-08 08:29:37 UTC (rev 91695)
@@ -19,20 +19,15 @@
                     somewhat unsteady hand holding a camera.
 
 homepage            http://auricle.dyndns.org/ALE/
-master_sites        http://auricle.dyndns.org/ALE/download/:ale \
-                    http://auricle.dyndns.org/ALE/bugs/:alepatch
-distfiles           ale-${version}.tar.gz:ale
+master_sites        ${homepage}download
 
-extract.only        ale-${version}.tar.gz
-worksrcdir          ale-${version}
-checksums           ale-${version}.tar.gz md5 d9e9aaf7896cfa74e8d75159e1ee2817
+checksums           md5     d9e9aaf7896cfa74e8d75159e1ee2817
 
 depends_build       port:pkgconfig
 
 depends_lib         lib:Magick:ImageMagick
 
 destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin
     xinstall -s -m 755 ${worksrcpath}/ale ${destroot}${prefix}/bin/
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/35affb27/attachment.html>


More information about the macports-changes mailing list