mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
96281ea91c
- Add NO_ARCH Changes: - Update IRC server setting [1] - Merge files/patch-* PR: 200729 [1] Submitted by: RayCherng Yu <raycherng@gmail.com> [1]
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Michael C . Wu <keichii@iteration.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= auto-tw-l10n
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= LOCAL/sunpoet
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automatic localization for Traditional Chinese locale
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
USES= tar:xz
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
|
|
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
|
|
|
|
.include <bsd.port.mk>
|