diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-05 19:42:29 +0000 |
commit | c0a7a1f97264b914fa27603f8433b87b38b15f14 (patch) | |
tree | 31f183fd8d5eafcdc64858149e67eed38d5789d9 /x11/gnome-panel | |
parent | 5bbd5cd2dc9f1331906bad4149f5d061fc9c737a (diff) | |
download | ports-c0a7a1f97264b914fa27603f8433b87b38b15f14.tar.gz ports-c0a7a1f97264b914fa27603f8433b87b38b15f14.zip |
Notes
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index cde5853ff9fb..a534f3c5c3c8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -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 post-install: ${MKDIR} ${PREFIX}/share/gnome-panel |