diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-10 09:59:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-10 09:59:22 +0800 |
commit | b39cd8f50aefb862ed00b7012ee0a20a862cd496 (patch) | |
tree | 8594a63b0584cf1abf8a23251e5644c758b29873 /x11/gdm | |
parent | 6ec9c03df3125ba4c9e0045c39dcb8f63d90a970 (diff) | |
download | marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.gz marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.zst marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 410b261e7..e1d8aba96 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.140 2008/12/26 22:23:12 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.141 2008/12/26 23:27:53 marcus Exp $ # PORTNAME= gdm @@ -65,12 +65,6 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif post-patch: -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ - ( ${OSVERSION} < 503101 ) -.for po in zh_CN.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ |