[40343] trunk/dports/net/arpwatch/Portfile

pmq at macports.org pmq at macports.org
Mon Sep 29 11:47:07 PDT 2008


Revision: 40343
          http://trac.macports.org/changeset/40343
Author:   pmq at macports.org
Date:     2008-09-29 11:47:06 -0700 (Mon, 29 Sep 2008)
Log Message:
-----------
Corrects a stupid mistake made by removing the reinplace in the first place in r40317.

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

Modified: trunk/dports/net/arpwatch/Portfile
===================================================================
--- trunk/dports/net/arpwatch/Portfile	2008-09-29 18:38:41 UTC (rev 40342)
+++ trunk/dports/net/arpwatch/Portfile	2008-09-29 18:47:06 UTC (rev 40343)
@@ -31,6 +31,9 @@
 }
 configure.cflags-append     "-DBIND_8_COMPAT=1"
 configure.args    --mandir=${prefix}/share/man
+post-configure {
+    reinplace "s|-o bin -g bin||g" ${worksrcpath}/Makefile
+}
 
 build.env         ARPDIR=${prefix}/var/arpwatch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080929/ebcccc5b/attachment.html 


More information about the macports-changes mailing list