45cb752a04
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
30 lines
529 B
Makefile
30 lines
529 B
Makefile
# Created by: sf
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= localedata
|
|
PORTVERSION= 5.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= LOCAL/sf
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Legacy locale data for FreeBSD 6+
|
|
|
|
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386 sparc64
|
|
|
|
TARGET_DIR= ${PREFIX}/share/compat
|
|
|
|
WRKSRC= ${WRKDIR}/${ARCH}
|
|
|
|
post-extract:
|
|
cd ${WRKDIR}/ia64; ${MV} usr/share/locale .
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${TARGET_DIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGET_DIR}
|
|
|
|
.include <bsd.port.mk>
|