Date: Wed, 21 May 2014 00:28:56 GMT From: Joseph Benden <joe@thrallingpenguin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/190046: [patch] Add staging support to www/feedonfeeds Message-ID: <201405210028.s4L0SuXw099618@cgiserv.freebsd.org> Resent-Message-ID: <201405210030.s4L0U0Ax042087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 190046 >Category: ports >Synopsis: [patch] Add staging support to www/feedonfeeds >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: Wed May 21 00:30: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/feedonfeeds. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/feedonfeeds/Makefile b/www/feedonfeeds/Makefile index da0f732..8e6e226 100644 --- a/www/feedonfeeds/Makefile +++ b/www/feedonfeeds/Makefile @@ -18,9 +18,8 @@ NO_BUILD= yes DATADIR?= ${PREFIX}/www/data/feed-on-feeds WRKSRC= ${WRKDIR}/${PROJECTHOST} -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/ ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR} .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?201405210028.s4L0SuXw099618>