Date: Mon, 26 May 2014 23:12:49 GMT From: Joseph Benden <joe@thrallingpenguin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/190292: [patch] Add staging support to www/nibbleblog Message-ID: <201405262312.s4QNCn0f096854@cgiserv.freebsd.org> Resent-Message-ID: <201405262320.s4QNK07N033223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 190292 >Category: ports >Synopsis: [patch] Add staging support to www/nibbleblog >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: Mon May 26 23:20:00 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/nibbleblog. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/nibbleblog/Makefile b/www/nibbleblog/Makefile index 45c7701..44ceefa 100644 --- a/www/nibbleblog/Makefile +++ b/www/nibbleblog/Makefile @@ -22,7 +22,6 @@ USE_PHP= session filter xml simplexml gd PKGMESSAGE= ${MASTERDIR}/pkg-message SUB_FILES= pkg-message -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE} @@ -33,9 +32,9 @@ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif do-install: - @${MKDIR} ${WWWDIR} - @${CP} -r ${WRKDIR}/${PORTNAME}/ ${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} + @${CP} -r ${WRKDIR}/${PORTNAME}/ ${STAGEDIR}${WWWDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} post-install: ${CAT} ${PKGMESSAGE} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405262312.s4QNCn0f096854>