Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 05:25:54 +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: r355124 - head/www/ckeditor
Message-ID:  <201405250525.s4P5PsX5034227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun May 25 05:25:53 2014
New Revision: 355124
URL: http://svnweb.freebsd.org/changeset/ports/355124
QAT: https://qat.redports.org/buildarchive/r355124/

Log:
  - Stage support
  
  PR:		190024
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
  Approved by:	maintainer

Modified:
  head/www/ckeditor/Makefile

Modified: head/www/ckeditor/Makefile
==============================================================================
--- head/www/ckeditor/Makefile	Sun May 25 05:25:04 2014	(r355123)
+++ head/www/ckeditor/Makefile	Sun May 25 05:25:53 2014	(r355124)
@@ -15,9 +15,8 @@ LICENSE=	MPL
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/ckeditor
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL} -d -m 0755 ${WWWDIR}
-	@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
+	@${INSTALL} -d -m 0755 ${STAGEDIR}${WWWDIR}
+	@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR})
 
 .include <bsd.port.mk>



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