[62477] trunk/dports/www/websvn/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 8 19:47:06 PST 2010


Revision: 62477
          http://trac.macports.org/changeset/62477
Author:   ryandesign at macports.org
Date:     2010-01-08 19:47:05 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
websvn: for consistency, also use ${name} when making htdocs symlink

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

Modified: trunk/dports/www/websvn/Portfile
===================================================================
--- trunk/dports/www/websvn/Portfile	2010-01-09 03:40:31 UTC (rev 62476)
+++ trunk/dports/www/websvn/Portfile	2010-01-09 03:47:05 UTC (rev 62477)
@@ -61,7 +61,7 @@
     
     # Symlink into docroot
     xinstall -d ${destroot}${prefix}/www/htdocs
-    ln -s ../websvn ${destroot}${prefix}/www/htdocs
+    ln -s ../${name} ${destroot}${prefix}/www/htdocs
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100108/ef765bee/attachment.html>


More information about the macports-changes mailing list