Don't install a message translation for "tl" which is not supported
by our local mtree yet.
This commit is contained in:
parent
b1f2415c3d
commit
9f67acf6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160283
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= dpkg
|
||||
PORTVERSION= 1.10.28
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= pool/main/d/dpkg
|
||||
|
@ -43,4 +44,8 @@ CONFIGURE_ARGS+=--disable-nls
|
|||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,^\(ALL_LINGUAS.*\)tl \(.*\)$$,\1\2,g' \
|
||||
${WRKSRC}/configure.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -72,7 +72,6 @@ sbin/update-alternatives
|
|||
%%NLS%%share/locale/ru/LC_MESSAGES/dpkg.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/dpkg.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/dpkg.mo
|
||||
%%NLS%%share/locale/tl/LC_MESSAGES/dpkg.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/dpkg.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/dpkg.mo
|
||||
@dirrm var/dpkg/updates
|
||||
|
|
Loading…
Reference in a new issue