summaryrefslogtreecommitdiffstats
path: root/x11/gnomepanel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-21 04:17:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-21 04:17:06 +0800
commit7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce (patch)
tree95f9c3858689488cabdaf5596b488ccf19241f22 /x11/gnomepanel/Makefile
parentf0b04a7ac354e2014e142835525d7d9b43d8a06d (diff)
downloadmarcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar.gz
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar.bz2
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar.lz
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar.xz
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.tar.zst
marcuscom-ports-7a574d0a52cf2f4fc6ba735bf9f8d02583af55ce.zip
Fix date and time display in the zh_CN locale as well.
PR: 72723 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3001 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r--x11/gnomepanel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
index 74322b4be..1f6257711 100644
--- a/x11/gnomepanel/Makefile
+++ b/x11/gnomepanel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomepanel
PORTVERSION= 2.8.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/2.8
@@ -53,7 +54,7 @@ CONFIGURE_ARGS+=--disable-eds
.endif
post-patch:
-.for po in da.po it.po zh_TW.po
+.for po in da.po it.po zh_CN.po zh_TW.po
@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
.endfor