From 2e53d18999a7142b6687e1b0231341f530e8d465 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 20 Oct 2004 20:19:27 +0000 Subject: Fix the time display under the zh_CN locale. PR: 72722 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3002 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gdm2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11') diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 4cec9d16a..fe3dac0d6 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdm2 PORTVERSION= 2.6.0.5 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 @@ -54,6 +55,9 @@ post-extract: post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g' +.for po in zh_CN.po + @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} +.endfor post-install: .if !defined(PACKAGE_BUILDING) -- cgit v1.2.3