[111386] trunk/dports/www/cgilib/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 19 16:30:27 PDT 2013


Revision: 111386
          https://trac.macports.org/changeset/111386
Author:   ryandesign at macports.org
Date:     2013-09-19 16:30:27 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
cgilib: use system -W instead of cd; add modeline

Modified Paths:
--------------
    trunk/dports/www/cgilib/Portfile

Modified: trunk/dports/www/cgilib/Portfile
===================================================================
--- trunk/dports/www/cgilib/Portfile	2013-09-19 22:39:59 UTC (rev 111385)
+++ trunk/dports/www/cgilib/Portfile	2013-09-19 23:30:27 UTC (rev 111386)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -23,7 +24,7 @@
                     rmd160  eceb4f77bccd4736757ecbcb5181f95ee2469804
 
 pre-configure {
-    system "cd ${worksrcpath} && aclocal"
+    system -W ${worksrcpath} "aclocal"
 }
 
 use_autoconf        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/cb520397/attachment.html>


More information about the macports-changes mailing list