From owner-svn-ports-all@freebsd.org Sun Dec 6 11:58:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ABA18D3E; Sun, 6 Dec 2015 11:58:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 670DD1A83; Sun, 6 Dec 2015 11:58:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6BwMaE069230; Sun, 6 Dec 2015 11:58:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6BwMKa069229; Sun, 6 Dec 2015 11:58:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201512061158.tB6BwMKa069229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 6 Dec 2015 11:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403105 - head/net/citrix_ica 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.20 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: Sun, 06 Dec 2015 11:58:23 -0000 Author: ehaupt Date: Sun Dec 6 11:58:22 2015 New Revision: 403105 URL: https://svnweb.freebsd.org/changeset/ports/403105 Log: Fix for WRKDIR/WRKSRC after recent ports infrastructure changes. PR: 204459 Submitted by: Helge Oldach Modified: head/net/citrix_ica/Makefile Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Sun Dec 6 11:45:53 2015 (r403104) +++ head/net/citrix_ica/Makefile Sun Dec 6 11:58:22 2015 (r403105) @@ -67,7 +67,7 @@ post-patch: ${WRKSRC}/linuxx86/linuxx86.cor/nls/*/module.ini do-install: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKDIR}/linuxx86/hinst + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/linuxx86/hinst @if (test -d "${CDIR}") ; \ then \ ${ECHO} "-----------------------------------------------------------" ; \ @@ -84,8 +84,8 @@ do-install: # XXX: This is missing a "${BRANDELF} -t Linux ". ${MKDIR} ${STAGEDIR}${CDIR} ${MKDIR} ${STAGEDIR}${CDIR}/config - cd ${WRKDIR}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} - ${CP} ${WRKDIR}/setupwfc ${STAGEDIR}${CDIR} + cd ${WRKSRC}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} + ${CP} ${WRKSRC}/setupwfc ${STAGEDIR}${CDIR} .if defined(ICA_CERTS) ${MKDIR} ${STAGEDIR}${CERTDIR}