diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
commit | 20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch) | |
tree | b54dbe88f1393a9b7d345fa226b1c0546c1e89eb /textproc/confget | |
parent | fecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff) |
Notes
Diffstat (limited to 'textproc/confget')
-rw-r--r-- | textproc/confget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index f7b6b07e86cc..d6b317db027a 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -35,7 +35,7 @@ MAKE_ENV+= PCRE_CFLAGS="" PCRE_LIBS="" .endif post-patch: -.if empty(PORT_OPTIONS:MEXAMPLES) +.if !${PORT_OPTIONS:MEXAMPLES} @${REINPLACE_CMD} -e '/^install:/ s| install-examples||' ${WRKSRC}/Makefile .endif |