aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-07-27 14:49:03 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-07-27 14:55:50 +0000
commitbdde89c7fbd69541e01f44171bc88d762b253168 (patch)
treea3423eedaaa148444ce75985dbf7c1f16d4ca73f
parent92e98a2584dd2df4fb449c376e3f00efc6388246 (diff)
downloadports-bdde89c7fbd69541e01f44171bc88d762b253168.tar.gz
ports-bdde89c7fbd69541e01f44171bc88d762b253168.zip
devel/elm-format: Let `make patch` work after `make cabal-extract`.
-rw-r--r--devel/elm-format/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/elm-format/Makefile b/devel/elm-format/Makefile
index 746fb0d77ba8..507f9e72164e 100644
--- a/devel/elm-format/Makefile
+++ b/devel/elm-format/Makefile
@@ -61,7 +61,7 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e '/with-compiler: ghc-8.10.4/d' \
- ${WRKSRC}/cabal.project.${PORTNAME}
+ ${WRKSRC}/cabal.project.${PORTNAME} || ${TRUE}
${RM} ${WRKSRC}/cabal.config
.include <bsd.port.mk>