summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-25 10:36:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-25 10:36:12 +0000
commit1aceb77cc60ff913a51ba50fa29c7085441eef42 (patch)
treee5bf68a79fe1d51775b06a89eba80309249b78c8 /x11-toolkits/gtk12/Makefile
parentOn FreeBSD 5.0, use the new kqueue() notification system to monitor (diff)
Fix the awful error in the fontset specifications for several languages.
PR: ports/18054 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r--x11-toolkits/gtk12/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 1dc28d5448c4..c31fa7476a09 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -33,6 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gtk12-config.1
pre-build:
+ ${PERL} -i -pe 's/\\"$$/\\/' ${WRKSRC}/gtk/gtkrc.*
${RM} -rf ${WRKSRC}/docs/gtk.info*
.include <bsd.port.mk>