[52824] trunk/dports/net/libnet/Portfile
landonf at macports.org
landonf at macports.org
Tue Jun 23 15:30:06 PDT 2009
Revision: 52824
http://trac.macports.org/changeset/52824
Author: landonf at macports.org
Date: 2009-06-23 15:30:06 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
Include patch required on all versions of Mac OS X >10.4 by default.
Modified Paths:
--------------
trunk/dports/net/libnet/Portfile
Modified: trunk/dports/net/libnet/Portfile
===================================================================
--- trunk/dports/net/libnet/Portfile 2009-06-23 22:01:30 UTC (rev 52823)
+++ trunk/dports/net/libnet/Portfile 2009-06-23 22:30:06 UTC (rev 52824)
@@ -26,7 +26,8 @@
platforms darwin
master_sites http://www.packetfactory.net/libnet/dist/deprecated/
checksums md5 ddf53f0f484184390e8c2a1bd0853667
-patchfiles patch-Makefile patch-include-libnet.h
+patchfiles patch-Makefile patch-include-libnet.h \
+ patch-include__libnet__libnet-headers.h
worksrcdir Libnet-${version}
post-configure { reinplace "s|\$\{prefix\}/man|\$\{prefix\}/share/man|g" ${worksrcpath}/Makefile }
@@ -41,9 +42,6 @@
}
}
-platform darwin 8 {
- patchfiles-append patch-include__libnet__libnet-headers.h
+platform darwin 7 {
+ patchfiles-delete patch-include__libnet__libnet-headers.h
}
-platform darwin 9 {
- patchfiles-append patch-include__libnet__libnet-headers.h
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/dee204f8/attachment.html>
More information about the macports-changes
mailing list