[110828] trunk/dports/net/dibbler/Portfile

larryv at macports.org larryv at macports.org
Fri Sep 6 21:30:19 PDT 2013


Revision: 110828
          https://trac.macports.org/changeset/110828
Author:   larryv at macports.org
Date:     2013-09-06 21:30:19 -0700 (Fri, 06 Sep 2013)
Log Message:
-----------
dibbler: Don't augment cflags, as it didn't help. Remove unnecessary xinstalls.

Modified Paths:
--------------
    trunk/dports/net/dibbler/Portfile

Modified: trunk/dports/net/dibbler/Portfile
===================================================================
--- trunk/dports/net/dibbler/Portfile	2013-09-07 04:25:45 UTC (rev 110827)
+++ trunk/dports/net/dibbler/Portfile	2013-09-07 04:30:19 UTC (rev 110828)
@@ -38,10 +38,9 @@
         scripts/notify-scripts/server-notify.sh
 }
 
-configure.cflags-append     -D__APPLE_USE_RFC_3542
 # TODO: Fix libc++ build.
 if {[info exists configure.cxx_stdlib]} {
-    configure.cxx_stdlib    libstdc++
+    configure.cxx_stdlib libstdc++
 }
 
 post-destroot {
@@ -49,10 +48,7 @@
     move ${destroot}${prefix}/share/doc/dibbler/examples \
         ${destroot}${prefix}/share/examples/${name}
 
-    xinstall -d -m 0755 \
-        ${destroot}${prefix}/etc/dibbler \
-        ${destroot}${prefix}/var/lib/dibbler \
-        ${destroot}${prefix}/var/log/dibbler
+    xinstall -d -m 0755 ${destroot}${prefix}/etc/dibbler
     foreach conf {client.conf relay.conf server.conf} {
         ln -s ../../../share/examples/${name}/${conf} \
             ${destroot}${prefix}/etc/dibbler/${conf}.sample
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130906/4e8ead20/attachment-0001.html>


More information about the macports-changes mailing list