diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 20:46:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 20:46:07 +0800 |
commit | 7ddadd80fb8d8e0cb3496ed863e6f1841db835db (patch) | |
tree | 35a8ec260ac85164a3cdb8eaf674860317e381ad /misc | |
parent | 41bc6707835e0cd3bc37dce4075653b91cb0991c (diff) | |
download | freebsd-ports-gnome-7ddadd80fb8d8e0cb3496ed863e6f1841db835db.tar.gz freebsd-ports-gnome-7ddadd80fb8d8e0cb3496ed863e6f1841db835db.tar.zst freebsd-ports-gnome-7ddadd80fb8d8e0cb3496ed863e6f1841db835db.zip |
Support staging
Diffstat (limited to 'misc')
-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> |