diff options
Diffstat (limited to 'x11-toolkits/gal2')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index a8886331c62a..7adc4706dd12 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -44,12 +44,6 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ - ( ${OSVERSION} < 503101 ) -.for po in da.po it.po zh_CN.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif .include <bsd.port.post.mk> |