[92477] trunk/dports/audio/pianobar/Portfile

jmr at macports.org jmr at macports.org
Sun Apr 29 15:18:54 PDT 2012


Revision: 92477
          https://trac.macports.org/changeset/92477
Author:   jmr at macports.org
Date:     2012-04-29 15:18:51 -0700 (Sun, 29 Apr 2012)
Log Message:
-----------
pianobar: don't create a second port with the same name

Modified Paths:
--------------
    trunk/dports/audio/pianobar/Portfile

Modified: trunk/dports/audio/pianobar/Portfile
===================================================================
--- trunk/dports/audio/pianobar/Portfile	2012-04-29 21:29:11 UTC (rev 92476)
+++ trunk/dports/audio/pianobar/Portfile	2012-04-29 22:18:51 UTC (rev 92477)
@@ -43,7 +43,7 @@
 
 destroot.args               PREFIX=${prefix}
 
-subport pianobar {
+if {$subport == $name} {
     depends_lib-append      port:faad2 \
                             port:libao \
                             port:libmad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120429/4f4e301c/attachment.html>


More information about the macports-changes mailing list