[40599] trunk/dports/mail/procmail/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 7 23:49:11 PDT 2008


Revision: 40599
          http://trac.macports.org/changeset/40599
Author:   jmr at macports.org
Date:     2008-10-07 23:49:10 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
procmail: remove use of cd, and use x11prefix

Modified Paths:
--------------
    trunk/dports/mail/procmail/Portfile

Modified: trunk/dports/mail/procmail/Portfile
===================================================================
--- trunk/dports/mail/procmail/Portfile	2008-10-08 06:44:53 UTC (rev 40598)
+++ trunk/dports/mail/procmail/Portfile	2008-10-08 06:49:10 UTC (rev 40599)
@@ -55,12 +55,12 @@
 checksums	md5 1678ea99b973eb77eda4ecf6acae53f1
 platforms	darwin
 
-configure	{ cd ${worksrcpath}
-		  system "mv INSTALL INSTALL.README"
-		  reinplace "s%^/\\*\\(#define\[ \t\]*DEF\[S\]*PATH\[ \t\]*\".*\\)\".*$%\\1:${prefix}/bin:/usr/X11R6/bin\"%" config.h
-		  reinplace "s%/etc/procmailrc%${prefix}/etc/procmailrc%" config.h
-		  reinplace "s%/usr/local%${prefix}%g" Makefile
-		  reinplace "s%(BASENAME)/man%(BASENAME)/share/man%" Makefile }
+configure	{
+		  system "cd ${worksrcpath} && mv INSTALL INSTALL.README"
+		  reinplace "s%^/\\*\\(#define\[ \t\]*DEF\[S\]*PATH\[ \t\]*\".*\\)\".*$%\\1:${prefix}/bin:${x11prefix}/bin\"%" ${worksrcpath}/config.h
+		  reinplace "s%/etc/procmailrc%${prefix}/etc/procmailrc%" ${worksrcpath}/config.h
+		  reinplace "s%/usr/local%${prefix}%g" ${worksrcpath}/Makefile
+		  reinplace "s%(BASENAME)/man%(BASENAME)/share/man%" ${worksrcpath}/Makefile }
 
 build.args	BASENAME=${destroot}${prefix} LOCKINGTEST=/tmp
 destroot.args	BASENAME=${destroot}${prefix} LOCKINGTEST=/tmp install-suid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/24bbce97/attachment.html 


More information about the macports-changes mailing list