diff options
Diffstat (limited to 'x11/evilvte/Makefile')
-rw-r--r-- | x11/evilvte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |