svn commit: r355843 - head/chinese/big5width

Rong-En Fan rafan at FreeBSD.org
Fri May 30 14:09:52 UTC 2014


Author: rafan
Date: Fri May 30 14:09:51 2014
New Revision: 355843
URL: http://svnweb.freebsd.org/changeset/ports/355843
QAT: https://qat.redports.org/buildarchive/r355843/

Log:
  Staging support

Modified:
  head/chinese/big5width/Makefile

Modified: head/chinese/big5width/Makefile
==============================================================================
--- head/chinese/big5width/Makefile	Fri May 30 14:08:43 2014	(r355842)
+++ head/chinese/big5width/Makefile	Fri May 30 14:09:51 2014	(r355843)
@@ -18,7 +18,6 @@ PLIST_SUB=	BASELOCALEDIR=${BASELOCALEDIR
 		LOCALEDIR=${LOCALEDIR} \
 		LANG=${LANG}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 SRCDIR=		${SRC_BASE}/share/mklocale
@@ -36,10 +35,10 @@ do-build:
 	/usr/bin/mklocale -o ${WRKSRC}/LC_CTYPE ${WRKSRC}/${LANG}.src
 
 do-install:
-	${MKDIR} ${LOCALEDIR}/${LANG}
-	${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${LOCALEDIR}/${LANG}
+	${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LANG}
+	${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LANG}
 	${LN} -fs ${LOCALEDIR}/${LANG}/LC_CTYPE \
-		${BASELOCALEDIR}/${LANG}/LC_CTYPE
+		${STAGEDIR}${BASELOCALEDIR}/${LANG}/LC_CTYPE
 
 post-install:
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-all mailing list