svn commit: r333868 - head/russian/mythes

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 15 14:16:39 UTC 2013


Author: bapt
Date: Fri Nov 15 14:16:38 2013
New Revision: 333868
URL: http://svnweb.freebsd.org/changeset/ports/333868

Log:
  Fix staging
  
  Reported by:	marino

Modified:
  head/russian/mythes/Makefile

Modified: head/russian/mythes/Makefile
==============================================================================
--- head/russian/mythes/Makefile	Fri Nov 15 14:15:27 2013	(r333867)
+++ head/russian/mythes/Makefile	Fri Nov 15 14:16:38 2013	(r333868)
@@ -24,7 +24,7 @@ PLIST_FILES=	%%DATADIR%%/th_ru_RU_v2.dat
 PLIST_DIRSTRY=	%%DATADIR%%
 
 do-install:
-	${MKDIR} ${STAGEDIR}{DATADIR}/
+	${MKDIR} ${STAGEDIR}${DATADIR}/
 	${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/
 	${LN} -s th_ru_RU_v2.dat ${STAGEDIR}${DATADIR}/th_ru_UA_v2.dat
 	${LN} -s th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/th_ru_UA_v2.idx


More information about the svn-ports-all mailing list