From 8ea0a0ffc91993cd906d18942547e71fdaa4ddcd Mon Sep 17 00:00:00 2001 From: chinsan Date: Sun, 22 Jun 2008 03:56:44 +0000 Subject: - Fix build Noticed by: "QA Tindy" --- x11/evilvte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/evilvte') diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index b8266ccff0dc..1972b24b965a 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -24,7 +24,7 @@ MAN1= evilvte.1 showvte.1 post-patch: @${REINPLACE_CMD} -e '37,38 d' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|\(FONT_SIZE\).*$|\1 12|' ${WRKSRC}/src/config.h + @${REINPLACE_CMD} -e 's|\(FONT_SIZE\).*|\1 12|' ${WRKSRC}/src/config.h post-install: # install manual -- cgit