diff options
author | sf <sf@FreeBSD.org> | 2005-07-17 20:12:44 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-07-17 20:12:44 +0000 |
commit | 6d0c0bc0766d66274b55ee41934ca15e3cb1de2e (patch) | |
tree | 34b57fe0c17dcb4f112f0e169265cd623bdacab1 /misc/localedata | |
parent | a8ba1271d85b89f234e9f5a44c018b1c570d8d7e (diff) | |
download | FreeBSD-ports-6d0c0bc0766d66274b55ee41934ca15e3cb1de2e.zip FreeBSD-ports-6d0c0bc0766d66274b55ee41934ca15e3cb1de2e.tar.gz |
unbreak ia64.
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 39ca10b..efd1f5f 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} |