2005-06-13 02:12:38 +02:00
|
|
|
PORTNAME= localedata
|
|
|
|
PORTVERSION= 5.4
|
2014-11-14 20:23:33 +01:00
|
|
|
PORTREVISION= 2
|
2005-06-13 02:12:38 +02:00
|
|
|
CATEGORIES= misc
|
2014-11-14 20:23:33 +01:00
|
|
|
MASTER_SITES= LOCAL/sf
|
2005-06-13 02:12:38 +02:00
|
|
|
|
2009-06-09 04:35:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-06-13 02:12:38 +02:00
|
|
|
COMMENT= Legacy locale data for FreeBSD 6+
|
|
|
|
|
2014-04-11 06:19:03 +02:00
|
|
|
USES= tar:bzip2
|
2005-06-13 02:12:38 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2017-06-25 02:29:09 +02:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386 sparc64
|
2005-06-13 02:12:38 +02:00
|
|
|
|
|
|
|
TARGET_DIR= ${PREFIX}/share/compat
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${ARCH}
|
|
|
|
|
2005-07-17 22:12:44 +02:00
|
|
|
post-extract:
|
|
|
|
cd ${WRKDIR}/ia64; ${MV} usr/share/locale .
|
|
|
|
|
2005-06-13 02:12:38 +02:00
|
|
|
do-install:
|
2014-02-21 13:46:07 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${TARGET_DIR}
|
2014-02-21 15:45:20 +01:00
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGET_DIR}
|
2005-06-13 02:12:38 +02:00
|
|
|
|
2009-01-05 22:05:49 +01:00
|
|
|
.include <bsd.port.mk>
|