[148215] trunk/dports/lang/dmd/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Apr 30 08:22:28 PDT 2016
Revision: 148215
https://trac.macports.org/changeset/148215
Author: mcalhoun at 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:
--------------
trunk/dports/lang/dmd/Portfile
Modified: trunk/dports/lang/dmd/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160430/25951848/attachment.html>
More information about the macports-changes
mailing list