diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asciidoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index aa6af4380836..8a2f3c4701f7 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -48,6 +48,7 @@ PLIST_SUB+= VIM_DATADIR="" .endif post-patch: + @${REINPLACE_CMD} -e 's|${SETENV} python|&2|' ${WRKSRC}/a2x.py .for conf_file in ${CONF_FILES} @cd ${WRKSRC}/ && ${MV} ${conf_file} ${conf_file}.sample .endfor |