aboutsummaryrefslogtreecommitdiff
path: root/misc/localedata
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:46:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:46:07 +0000
commit8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65 (patch)
tree35a8ec260ac85164a3cdb8eaf674860317e381ad /misc/localedata
parent5880b17653512e186c14e6336c3c482d380c75ed (diff)
downloadports-8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65.tar.gz
ports-8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65.zip
Support staging
Notes
Notes: svn path=/head/; revision=345380
Diffstat (limited to 'misc/localedata')
-rw-r--r--misc/localedata/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile
index a6b91972d63d..5dabdcbc3782 100644
--- a/misc/localedata/Makefile
+++ b/misc/localedata/Makefile
@@ -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>