1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/chinese/auto-tw-l10n/Makefile
Sunpoet Po-Chuan Hsieh 96281ea91c - Update to 1.15
- Add NO_ARCH

Changes:
- Update IRC server setting [1]
- Merge files/patch-*

PR:		200729 [1]
Submitted by:	RayCherng Yu <raycherng@gmail.com> [1]
2016-05-01 19:59:13 +00:00

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>