git: 491456ba22f0 - main - textproc/hs-pandoc: Fix a silly typo that broke the port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 16:50:48 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=491456ba22f0ab7283020c5a1ed9f7fbaa6f3e37 commit 491456ba22f0ab7283020c5a1ed9f7fbaa6f3e37 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-08-14 16:48:49 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-08-14 16:50:14 +0000 textproc/hs-pandoc: Fix a silly typo that broke the port. Reported by: diizzy, pkg-fallout --- textproc/hs-pandoc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 476698e6b107..c8c13f4ff6b4 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -1,5 +1,6 @@ PORTNAME= pandoc PORTVERSION= 2.18 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -178,7 +179,7 @@ USE_CABAL= Glob-0.10.2_3 \ CABAL_PROJECT= remove CABAL_EXECUTABLES= pandoc -CABAL_WRAPPER_SCRIPTS= ${EXECUTABLES} +CABAL_WRAPPER_SCRIPTS= ${CABAL_EXECUTABLES} OPTIONS_SUB= yes