Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 21:11:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378376 - head/graphics/yukon
Message-ID:  <201502032111.t13LBbQE077904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  3 21:11:36 2015
New Revision: 378376
URL: https://svnweb.freebsd.org/changeset/ports/378376
QAT: https://qat.redports.org/buildarchive/r378376/

Log:
  - Use ${WRKSRC}, not / as a temp directory (fixes install from non-root)

Modified:
  head/graphics/yukon/Makefile

Modified: head/graphics/yukon/Makefile
==============================================================================
--- head/graphics/yukon/Makefile	Tue Feb  3 21:08:22 2015	(r378375)
+++ head/graphics/yukon/Makefile	Tue Feb  3 21:11:36 2015	(r378376)
@@ -51,8 +51,8 @@ post-patch:
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/yukon/system
 	@${PRINTF} 'LDPATH="%s"\n' ${PREFIX}/lib/yukon \
-		>> ${TMPDIR}/yukon-system-conf
-	${INSTALL_DATA} ${TMPDIR}/yukon-system-conf \
+		>> ${WRKSRC}/yukon-system-conf
+	${INSTALL_DATA} ${WRKSRC}/yukon-system-conf \
 		${STAGEDIR}${PREFIX}/etc/yukon/system/default
 	${INSTALL_DATA} ${WRKSRC}/tools/yukon.conf \
 		${STAGEDIR}${PREFIX}/etc/yukon/conf.sample



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502032111.t13LBbQE077904>