svn commit: r350532 - head/devel/eric4
Boris Samorodov
bsam at FreeBSD.org
Mon Apr 7 18:26:40 UTC 2014
Author: bsam
Date: Mon Apr 7 18:26:40 2014
New Revision: 350532
URL: http://svnweb.freebsd.org/changeset/ports/350532
QAT: https://qat.redports.org/buildarchive/r350532/
Log:
Fix error at Jenkins run:
-----
====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: root/.eric4
-----
Reported by: swills
Suggested by: swills
Modified:
head/devel/eric4/Makefile.inc
Modified: head/devel/eric4/Makefile.inc
==============================================================================
--- head/devel/eric4/Makefile.inc Mon Apr 7 18:05:14 2014 (r350531)
+++ head/devel/eric4/Makefile.inc Mon Apr 7 18:26:40 2014 (r350532)
@@ -20,6 +20,7 @@ RUN_DEPENDS?= ${PREFIX}/bin/eric4:${PORT
I18N_LANG?= ru
INSTALL_CMD?= install-i18n.py -p ${STAGEDIR}
+MAKE_ENV+= "HOME=${WRKDIR}"
USE_PYTHON= yes
NO_BUILD= yes
More information about the svn-ports-all
mailing list