aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 20:46:07 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 20:46:07 +0800
commit7ddadd80fb8d8e0cb3496ed863e6f1841db835db (patch)
tree35a8ec260ac85164a3cdb8eaf674860317e381ad /misc
parent41bc6707835e0cd3bc37dce4075653b91cb0991c (diff)
downloadfreebsd-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/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>