svn commit: r355124 - head/www/ckeditor

Martin Wilke miwi at FreeBSD.org
Sun May 25 05:25:54 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list