From owner-svn-ports-all@FreeBSD.ORG Mon May 12 16:59:11 2014 Return-Path: Delivered-To: svn-ports-all@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 8EB93D37; Mon, 12 May 2014 16:59:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 7C90A2A11; Mon, 12 May 2014 16:59:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CGxBA4043489; Mon, 12 May 2014 16:59:11 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CGxBMv043488; Mon, 12 May 2014 16:59:11 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201405121659.s4CGxBMv043488@svn.freebsd.org> From: Juergen Lock Date: Mon, 12 May 2014 16:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353877 - head/sysutils/udfclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 16:59:11 -0000 Author: nox Date: Mon May 12 16:59:11 2014 New Revision: 353877 URL: http://svnweb.freebsd.org/changeset/ports/353877 QAT: https://qat.redports.org/buildarchive/r353877/ Log: Stagify. Modified: head/sysutils/udfclient/Makefile Modified: head/sysutils/udfclient/Makefile ============================================================================== --- head/sysutils/udfclient/Makefile Mon May 12 16:56:23 2014 (r353876) +++ head/sysutils/udfclient/Makefile Mon May 12 16:59:11 2014 (r353877) @@ -29,7 +29,6 @@ PLIST_FILES= bin/udfdump \ bin/cd_disect \ bin/mmc_format -NO_STAGE= yes .include .if ${PORT_OPTIONS:MFUSE} @@ -54,5 +53,7 @@ post-patch: .if ${PORT_OPTIONS:MFUSE} ${CP} ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.c ${WRKSRC} .endif + @${REINPLACE_CMD} -e 's,$$(bindir),$$(DESTDIR)$$(bindir),g' \ + ${WRKSRC}/Makefile.in .include