diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-07-17 20:12:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-07-17 20:12:44 +0000 |
commit | f3b7aa04dd75ca9202fa6ee9fa1a622d0e312233 (patch) | |
tree | 922fff7790851086bc6fed0607f31cc8ac4c75ee /misc/localedata | |
parent | 2a46e397e43ef480f18e12e2664a4c72d09b9b9f (diff) |
Notes
Diffstat (limited to 'misc/localedata')
-rw-r--r-- | misc/localedata/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index 39ca10b8c487..efd1f5f80643 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -29,6 +29,9 @@ IGNORE= is not required for your OS WRKSRC= ${WRKDIR}/${ARCH} +post-extract: + cd ${WRKDIR}/ia64; ${MV} usr/share/locale . + do-install: ${MKDIR} ${TARGET_DIR} ${PAX} -rw -s${WRKSRC} ${WRKSRC}/locale ${TARGET_DIR} |