summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-21 04:19:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-21 04:19:27 +0800
commit2e53d18999a7142b6687e1b0231341f530e8d465 (patch)
tree918d7f80460a692720517a4e5fc29d480e9e4564 /x11
parent7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce (diff)
downloadmarcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar.gz
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar.bz2
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar.lz
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar.xz
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.tar.zst
marcuscom-ports-2e53d18999a7142b6687e1b0231341f530e8d465.zip
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
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm2/Makefile4
1 files changed, 4 insertions, 0 deletions
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)