[84252] trunk/dports/devel/npm/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 21 08:51:59 PDT 2011


Revision: 84252
          http://trac.macports.org/changeset/84252
Author:   ryandesign at macports.org
Date:     2011-09-21 08:51:59 -0700 (Wed, 21 Sep 2011)
Log Message:
-----------
npm: set HOME to workpath instead of building as root; see #31306 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/devel/npm/Portfile

Modified: trunk/dports/devel/npm/Portfile
===================================================================
--- trunk/dports/devel/npm/Portfile	2011-09-21 15:46:58 UTC (rev 84251)
+++ trunk/dports/devel/npm/Portfile	2011-09-21 15:51:59 UTC (rev 84252)
@@ -40,8 +40,8 @@
     reinplace "s|@@_VERSION_@@|${version}|g" ${worksrcpath}/scripts/doc-build.sh
 }
 
-build.asroot        yes
 build.target        doc
+build.env           HOME=${workpath}
 
 destroot {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110921/45f12b0b/attachment-0001.html>


More information about the macports-changes mailing list