Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 17:50:41 GMT
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190024: [patch] Add staging support to www/ckeditor
Message-ID:  <201405201750.s4KHofPJ095586@cgiserv.freebsd.org>
Resent-Message-ID: <201405201800.s4KI01WP095337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190024
>Category:       ports
>Synopsis:       [patch] Add staging support to www/ckeditor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 18:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Adds staging support to www/ckeditor.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/www/ckeditor/Makefile b/www/ckeditor/Makefile
index 19f56dd..d8bd071 100644
--- a/www/ckeditor/Makefile
+++ b/www/ckeditor/Makefile
@@ -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>


>Release-Note:
>Audit-Trail:
>Unformatted:



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