svn commit: r345380 - head/misc/localedata

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 12:46:07 UTC 2014


Author: ehaupt
Date: Fri Feb 21 12:46:07 2014
New Revision: 345380
URL: http://svnweb.freebsd.org/changeset/ports/345380
QAT: https://qat.redports.org/buildarchive/r345380/

Log:
  Support staging

Modified:
  head/misc/localedata/Makefile

Modified: head/misc/localedata/Makefile
==============================================================================
--- head/misc/localedata/Makefile	Fri Feb 21 12:36:20 2014	(r345379)
+++ head/misc/localedata/Makefile	Fri Feb 21 12:46:07 2014	(r345380)
@@ -19,12 +19,11 @@ TARGET_DIR=	${PREFIX}/share/compat
 
 WRKSRC=		${WRKDIR}/${ARCH}
 
-NO_STAGE=	yes
 post-extract:
 	cd ${WRKDIR}/ia64; ${MV} usr/share/locale .
 
 do-install:
-	${MKDIR} ${TARGET_DIR}
-	${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR}
+	${MKDIR} ${STAGEDIR}${TARGET_DIR}
+	${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${STAGEDIR}${TARGET_DIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list