Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 14:16:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333868 - head/russian/mythes
Message-ID:  <201311151416.rAFEGdLu037660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151416.rAFEGdLu037660>