From owner-svn-ports-head@freebsd.org Fri Nov 13 13:56:33 2015 Return-Path: Delivered-To: svn-ports-head@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 95681A2E679; Fri, 13 Nov 2015 13:56:33 +0000 (UTC) (envelope-from marino@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 5CDC01BFB; Fri, 13 Nov 2015 13:56:33 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDuWwe090466; Fri, 13 Nov 2015 13:56:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDuWi1090465; Fri, 13 Nov 2015 13:56:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511131356.tADDuWi1090465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 13:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401516 - head/arabic/arabtex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:56:33 -0000 Author: marino Date: Fri Nov 13 13:56:32 2015 New Revision: 401516 URL: https://svnweb.freebsd.org/changeset/ports/401516 Log: arabic/arabic: Fix staging after WRKDIR/WRKSRC global changes This port was left behind when it wandated WRKDIR != WRKSRC and it was failing staging. Approved by: just fix it Modified: head/arabic/arabtex/Makefile Modified: head/arabic/arabtex/Makefile ============================================================================== --- head/arabic/arabtex/Makefile Fri Nov 13 13:50:44 2015 (r401515) +++ head/arabic/arabtex/Makefile Fri Nov 13 13:56:32 2015 (r401516) @@ -24,11 +24,11 @@ PLIST_SUB= MKTEXLSR=${LOCALBASE}/bin/mkt OPTIONS_DEFINE= DOCS do-install: - (cd ${WRKDIR} && ${COPYTREE_SHARE} "fonts tex" \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} "fonts tex" \ ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}) do-install-DOCS-on: - (cd ${WRKDIR} && ${COPYTREE_SHARE} doc \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} doc \ ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}) .include