svn commit: r564035 - branches/2021Q1/textproc/hs-pandoc
Gleb Popov
arrowd at FreeBSD.org
Thu Feb 4 15:13:24 UTC 2021
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
More information about the svn-ports-branches
mailing list