diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-07-27 14:49:03 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-07-27 14:55:50 +0000 |
commit | bdde89c7fbd69541e01f44171bc88d762b253168 (patch) | |
tree | a3423eedaaa148444ce75985dbf7c1f16d4ca73f | |
parent | 92e98a2584dd2df4fb449c376e3f00efc6388246 (diff) |
devel/elm-format: Let `make patch` work after `make cabal-extract`.
-rw-r--r-- | devel/elm-format/Makefile | 2 |
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> |