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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 18 14:16:21 PDT 2007


Revision: 25323
          http://trac.macosforge.org/projects/macports/changeset/25323
Author:   pmq at macports.org
Date:     2007-05-18 14:16:20 -0700 (Fri, 18 May 2007)

Log Message:
-----------
Removes the use of 'workdir'.

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

Modified: trunk/dports/net/arpwatch/Portfile
===================================================================
--- trunk/dports/net/arpwatch/Portfile	2007-05-18 21:12:39 UTC (rev 25322)
+++ trunk/dports/net/arpwatch/Portfile	2007-05-18 21:16:20 UTC (rev 25323)
@@ -26,7 +26,7 @@
 configure.env     CFLAGS="-DBIND_8_COMPAT=1" 
 configure.args    --mandir=${prefix}/share/man
 post-configure {
-    reinplace "s|-o bin -g bin||g" "${workdir}/${worksrcdir}/Makefile"
+    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/20070518/d9c1915e/attachment.html


More information about the macports-changes mailing list