Date: Sun, 6 Dec 2015 11:58:22 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403105 - head/net/citrix_ica Message-ID: <201512061158.tB6BwMKa069229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <freebsd@oldach.net> 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 <executables>". ${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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512061158.tB6BwMKa069229>