Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 15:13:23 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r564035 - branches/2021Q1/textproc/hs-pandoc
Message-ID:  <202102041513.114FDNRx027561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Thu Feb  4 15:13:23 2021
New Revision: 564035
URL: https://svnweb.freebsd.org/changeset/ports/564035

Log:
  MFH: r564034
  
  textproc/hs-pandoc: Fix build due to silly typo.
  
  Pointy hat to: me
  Reported by:	kib

Modified:
  branches/2021Q1/textproc/hs-pandoc/Makefile
  branches/2021Q1/textproc/hs-pandoc/pkg-plist
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/textproc/hs-pandoc/Makefile
==============================================================================
--- branches/2021Q1/textproc/hs-pandoc/Makefile	Thu Feb  4 15:06:58 2021	(r564034)
+++ branches/2021Q1/textproc/hs-pandoc/Makefile	Thu Feb  4 15:13:23 2021	(r564035)
@@ -158,7 +158,7 @@ OPTIONS_SUB=	yes
 post-extract:
 	${RM} ${WRKSRC}/cabal.project
 
-post-install-EMBED_DATA-OFF:
+post-install-EMBED_DATA-off:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/pandoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

Modified: branches/2021Q1/textproc/hs-pandoc/pkg-plist
==============================================================================
--- branches/2021Q1/textproc/hs-pandoc/pkg-plist	Thu Feb  4 15:06:58 2021	(r564034)
+++ branches/2021Q1/textproc/hs-pandoc/pkg-plist	Thu Feb  4 15:13:23 2021	(r564035)
@@ -21,7 +21,6 @@ man/man1/pandoc.1.gz
 %%NO_EMBED_DATA%%%%DATADIR%%/data/dzslides/template.html
 %%NO_EMBED_DATA%%%%DATADIR%%/data/epub.css
 %%NO_EMBED_DATA%%%%DATADIR%%/data/init.lua
-%%NO_EMBED_DATA%%%%DATADIR%%/data/jats.csl
 %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/Configurations2/accelerator/current.xml
 %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/META-INF/manifest.xml
 %%NO_EMBED_DATA%%%%DATADIR%%/data/odt/Thumbnails/thumbnail.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041513.114FDNRx027561>