From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 24 17:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E2E4738 for ; Sat, 24 May 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 191E72C62 for ; Sat, 24 May 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OHK0Sx066993 for ; Sat, 24 May 2014 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4OHK0fx066992; Sat, 24 May 2014 17:20:00 GMT (envelope-from gnats) Date: Sat, 24 May 2014 17:20:00 GMT Message-Id: <201405241720.s4OHK0fx066992@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/190077: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 17:20:01 -0000 The following reply was made to PR ports/190077; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/190077: commit references a PR Date: Sat, 24 May 2014 17:12:16 +0000 (UTC) Author: rakuco Date: Sat May 24 17:12:13 2014 New Revision: 355054 URL: http://svnweb.freebsd.org/changeset/ports/355054 QAT: https://qat.redports.org/buildarchive/r355054/ Log: Support staging. PR: ports/190077 Submitted by: freebsd@nagilum.org Approved by: "Patrick M. Hausen" (maintainer) Modified: head/sysutils/env4801/Makefile Modified: head/sysutils/env4801/Makefile ============================================================================== --- head/sysutils/env4801/Makefile Sat May 24 17:02:46 2014 (r355053) +++ head/sysutils/env4801/Makefile Sat May 24 17:12:13 2014 (r355054) @@ -26,7 +26,6 @@ OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC STATIC_DESC= Build a statically linked executable -NO_STAGE= yes .include post-patch: @@ -39,8 +38,8 @@ post-extract: ${FILESDIR}/env4801.sh > ${WRKSRC}/env4801.sh do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${PREFIX}/etc/rc.d + ${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PKGMESSAGE} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"