[81666] trunk/dports/sysutils/parallel/Portfile
Revision: 81666 http://trac.macports.org/changeset/81666 Author: ciserlohn@macports.org Date: 2011-08-03 11:56:51 -0700 (Wed, 03 Aug 2011) Log Message: ----------- improved fix from r81659, take over maintainership * it is unnecessary to set $HOME in the configure phase * append to build.env instead of overwriting it * take over maintainership Revision Links: -------------- http://trac.macports.org/changeset/81659 Modified Paths: -------------- trunk/dports/sysutils/parallel/Portfile Modified: trunk/dports/sysutils/parallel/Portfile =================================================================== --- trunk/dports/sysutils/parallel/Portfile 2011-08-03 18:39:13 UTC (rev 81665) +++ trunk/dports/sysutils/parallel/Portfile 2011-08-03 18:56:51 UTC (rev 81666) @@ -7,7 +7,7 @@ version 20110722 categories sysutils platforms darwin -maintainers nomaintainer +maintainers ciserlohn supported_archs noarch description GNU parallel: Shell command parallelization utility @@ -20,5 +20,5 @@ checksums sha1 dfa8dfcd6835728a069fe977be2472378ef36482 \ rmd160 4eca3a4bddc2ecb207c3ade485b5ee93b739a32e -configure.env HOME=${workpath} -build.env HOME=${workpath} + +build.env-append HOME=${workpath}
participants (1)
-
ciserlohn@macports.org