diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 12:46:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 12:46:07 +0000 |
commit | 8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65 (patch) | |
tree | 35a8ec260ac85164a3cdb8eaf674860317e381ad /misc/localedata/Makefile | |
parent | 5880b17653512e186c14e6336c3c482d380c75ed (diff) | |
download | ports-8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65.tar.gz ports-8c1e4c9a500fe8515fdf2374c3ccd48a940d4f65.zip |
Notes
Diffstat (limited to 'misc/localedata/Makefile')
-rw-r--r-- | misc/localedata/Makefile | 5 |
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> |