Date: Thu, 22 May 2014 17:22:40 GMT From: Joseph Benden <joe@thrallingpenguin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/190117: [patch] Add staging support to www/get_flash_videos Message-ID: <201405221722.s4MHMeHd097501@cgiserv.freebsd.org> Resent-Message-ID: <201405221730.s4MHU0CS079884@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 190117 >Category: ports >Synopsis: [patch] Add staging support to www/get_flash_videos >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: Thu May 22 17: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/get_flash_videos. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/get_flash_videos/Makefile b/www/get_flash_videos/Makefile index a63e7de..5b790ab 100644 --- a/www/get_flash_videos/Makefile +++ b/www/get_flash_videos/Makefile @@ -33,7 +33,6 @@ DISTFILE_DATE= 20120610 PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} @@ -43,6 +42,6 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ - ${PREFIX}/bin/${PORTNAME} + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .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?201405221722.s4MHMeHd097501>