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 | |
parent | 6ec9c03df3125ba4c9e0045c39dcb8f63d90a970 (diff) | |
download | marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.gz marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.bz2 marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.lz marcuscom-ports-b39cd8f50aefb862ed00b7012ee0a20a862cd496.tar.xz 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')
-rw-r--r-- | x11/gdm/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 8 |
2 files changed, 2 insertions, 14 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}|' \ diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 63feacc83..fb41a4e70 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.193 2008/10/23 03:29:21 marcus Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.194 2008/11/25 17:17:31 mezz Exp $ # PORTNAME= gnome-panel @@ -67,12 +67,6 @@ post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|"applications.menu"|"gnome-applications.menu"|' -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ - ( ${OSVERSION} < 503101 ) -.for po in da.po it.po zh_CN.po zh_TW.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif .include <bsd.port.post.mk> |