textproc/hs-pandoc: Adapt to recent USES=cabal changes
This commit is contained in:
parent
1db88699b0
commit
995092cd5a
1 changed files with 1 additions and 3 deletions
|
@ -165,6 +165,7 @@ USE_CABAL= Diff-0.4.0 \
|
|||
zip-archive-0.4.1_1 \
|
||||
zlib-0.6.2.3
|
||||
|
||||
CABAL_PROJECT= remove
|
||||
EXECUTABLES= pandoc
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -176,9 +177,6 @@ OPTIONS_SUB= yes
|
|||
BUILD_ARGS+= --disable-optimization
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/cabal.project
|
||||
|
||||
post-install-EMBED_DATA-off:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue