[125928] trunk/dports/www/nginx/Portfile

cal at macports.org cal at macports.org
Mon Sep 29 12:58:38 PDT 2014


Revision: 125928
          https://trac.macports.org/changeset/125928
Author:   cal at macports.org
Date:     2014-09-29 12:58:38 -0700 (Mon, 29 Sep 2014)
Log Message:
-----------
nginx: fix activation

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

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2014-09-29 19:54:09 UTC (rev 125927)
+++ trunk/dports/www/nginx/Portfile	2014-09-29 19:58:38 UTC (rev 125928)
@@ -5,6 +5,7 @@
 
 name                nginx
 version             1.7.5
+revision            1
 categories          www mail
 platforms           darwin
 license             BSD
@@ -103,7 +104,7 @@
 post-activate {
     foreach conf ${auto_activate_confs} {
         if {![file exists ${nginx_confdir}/${conf}]} {
-            xinstall -m 644 ${nginx_examples}/${conf} ${nginx_confdir}/${conf}
+            xinstall -m 644 ${nginx_examples}/${conf}.default ${nginx_confdir}/${conf}
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140929/6992060a/attachment.html>


More information about the macports-changes mailing list