1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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
This commit is contained in:
John Marino 2015-11-13 13:56:32 +00:00
parent 2ce6e980d9
commit 0be2943da7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401516

View File

@ -24,11 +24,11 @@ PLIST_SUB= MKTEXLSR=${LOCALBASE}/bin/mktexlsr
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 <bsd.port.mk>