Revision
148215
Author
mcalhoun@macports.org
Date
2016-04-30 08:22:28 -0700 (Sat, 30 Apr 2016)

Log Message

dmd: do not install programs intended only to facilitate building

Modified Paths

Diff

Modified: trunk/dports/lang/dmd/Portfile (148214 => 148215)


--- trunk/dports/lang/dmd/Portfile	2016-04-30 15:13:12 UTC (rev 148214)
+++ trunk/dports/lang/dmd/Portfile	2016-04-30 15:22:28 UTC (rev 148215)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        D-Programming-Language dmd 2.069.2 v
+revision            1
 categories          lang
 platforms           darwin
 supported_archs     noarch
@@ -55,7 +56,7 @@
         ${destroot}${prefix}/share/man/man5
 # bin
     xinstall -m 755 -W ${destroot.dir} \
-        dmd idgen optabgen \
+        dmd \
         ${destroot}${prefix}/bin
 # samples
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}/samples