Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 06:49:28 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347858 - head/devel/dconf
Message-ID:  <201403110649.s2B6nSlk029234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Mar 11 06:49:28 2014
New Revision: 347858
URL: http://svnweb.freebsd.org/changeset/ports/347858
QAT: https://qat.redports.org/buildarchive/r347858/

Log:
  - Complete stage support

Modified:
  head/devel/dconf/Makefile

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Tue Mar 11 06:40:21 2014	(r347857)
+++ head/devel/dconf/Makefile	Tue Mar 11 06:49:28 2014	(r347858)
@@ -54,7 +54,7 @@ post-patch:
 		${WRKSRC}/editor/Makefile.in
 
 post-install:
-	@${MKDIR} ${PREFIX}/etc/dconf/db
-	@${MKDIR} ${PREFIX}/etc/dconf/profile
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile
 
 .include <bsd.port.mk>



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