diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-13 13:56:32 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-13 13:56:32 +0000 |
commit | 0be2943da7414729a599ed465fa5f6d60e036467 (patch) | |
tree | 0c81547ec764e0c5741b3dae0f4bfdad774c4a1b /arabic/arabtex | |
parent | 2ce6e980d9f01d72d0a95d1d3d34d2dc2d222d0d (diff) | |
download | freebsd-ports-0be2943da7414729a599ed465fa5f6d60e036467.zip |
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
Diffstat (limited to 'arabic/arabtex')
-rw-r--r-- | arabic/arabtex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabic/arabtex/Makefile b/arabic/arabtex/Makefile index 9c0753d5e496..a7074da79257 100644 --- a/arabic/arabtex/Makefile +++ b/arabic/arabtex/Makefile @@ -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> |