From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 23:15:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11EA8F18; Wed, 20 Nov 2013 23:15:43 +0000 (UTC) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id C54A120BE; Wed, 20 Nov 2013 23:15:41 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131120231540.EGA12504.viefep22-int.chello.at@edge02.upcmail.net>; Thu, 21 Nov 2013 00:15:40 +0100 Received: from crashalot.rainbow-runner.nl ([178.84.134.112]) by edge02.upcmail.net with edge id rzFf1m0042Rg3Ey02zFfP6; Thu, 21 Nov 2013 00:15:40 +0100 X-SourceIP: 178.84.134.112 Message-ID: <528D4225.6030704@rainbow-runner.nl> Date: Thu, 21 Nov 2013 00:13:41 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Jimmy Olgeni , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334407 - head/graphics/OpenEXR References: <201311201036.rAKAa8kg049694@svn.freebsd.org> In-Reply-To: <201311201036.rAKAa8kg049694@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 20 Nov 2013 23:15:43 -0000 > Modified: head/graphics/OpenEXR/Makefile > ============================================================================== > --- head/graphics/OpenEXR/Makefile Wed Nov 20 10:09:05 2013 (r334406) > +++ head/graphics/OpenEXR/Makefile Wed Nov 20 10:36:08 2013 (r334407) > @@ -63,6 +63,9 @@ regression-test regression test check: b > @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) > > post-install: > + ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ > + ${STAGEDIR}/usr/local/include/${PORTNAME}/ > + Shouldn't the above be: ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ ?