File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11PORTNAME = pandoc
22DISTVERSION = 3.3
3+ PORTREVISION = 1
34CATEGORIES = textproc haskell
45
56MAINTAINER = haskell@FreeBSD.org
@@ -197,7 +198,6 @@ USE_CABAL= Glob-0.10.2_3 \
197198 zip-archive-0.4.3.2_1 \
198199 zlib-0.7.1.0_1
199200
200- CABAL_FLAGS = lua
201201CABAL_WRAPPER_SCRIPTS = ${CABAL_EXECUTABLES}
202202
203203OPTIONS_DEFINE = EMBED_DATA
@@ -222,6 +222,11 @@ HACKAGE_DISTNAME= pandoc-cli-${PORTVERSION}
222222BUILD_ARGS+ = --disable-optimization
223223.endif
224224
225+ post-install :
226+ ${INSTALL_MAN} ${WRKSRC} /man/pandoc.1 ${STAGEDIR}${PREFIX} /share/man/man1
227+ ${INSTALL_MAN} ${WRKSRC} /man/pandoc-lua.1 ${STAGEDIR}${PREFIX} /share/man/man1
228+ ${INSTALL_MAN} ${WRKSRC} /man/pandoc-server.1 ${STAGEDIR}${PREFIX} /share/man/man1
229+
225230post-install-EMBED_DATA-off :
226231 cd ${CABAL_DEPSDIR} /${PORTNAME} -${PORTVERSION} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
227232
Original file line number Diff line number Diff line change 1+ share/man/man1/pandoc-lua.1.gz
2+ share/man/man1/pandoc-server.1.gz
3+ share/man/man1/pandoc.1.gz
14%%NO_EMBED_DATA%%%%DATADIR%%/data/abbreviations
25%%NO_EMBED_DATA%%%%DATADIR%%/data/bash_completion.tpl
36%%NO_EMBED_DATA%%%%DATADIR%%/data/creole.lua
You can’t perform that action at this time.
0 commit comments