diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 19:24:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 19:24:00 +0000 |
commit | 9ed7450b1f52ebe3991a7cb056d21f11a73c19e9 (patch) | |
tree | fcfa2ecde391e041007551106a5b1c0011dcfd6c /textproc/asciidoc | |
parent | c823e387524fbcf7edf97b91bf11bbf0f9a6e6f5 (diff) | |
download | ports-9ed7450b1f52ebe3991a7cb056d21f11a73c19e9.tar.gz ports-9ed7450b1f52ebe3991a7cb056d21f11a73c19e9.zip |
Notes
Diffstat (limited to 'textproc/asciidoc')
-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 |