From 8795cf8c51ddf32c5aaeded2d56f454b7a8855cd Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 28 Jun 2012 02:16:44 +0000 Subject: - Fix typo Reported by: pointyhat --- textproc/confget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/confget') diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index 017810fb8eed..54cfb10744d8 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -38,7 +38,7 @@ MAKE_ENV+= PCRE_CFLAGS="" PCRE_LIBS="" .endif post-patch: -.if empty(${PORT_OPTIONS:MEXAMPLES}) +.if empty(PORT_OPTIONS:MEXAMPLES) @${REINPLACE_CMD} -e '/^install:/ s| install-examples||' ${WRKSRC}/Makefile .endif -- cgit