svn commit: r401516 - head/arabic/arabtex

John Marino marino at FreeBSD.org
Fri Nov 13 13:56:33 UTC 2015


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 <bsd.port.mk>


More information about the svn-ports-all mailing list