aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-30 03:24:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-30 03:24:00 +0800
commitd7bf791061048b8fa93b1bf2fc961c65908adba6 (patch)
treefcfa2ecde391e041007551106a5b1c0011dcfd6c /textproc/asciidoc
parenta7e15a0db44ba79877b489e82a994081e59c4001 (diff)
downloadfreebsd-ports-gnome-d7bf791061048b8fa93b1bf2fc961c65908adba6.tar.gz
freebsd-ports-gnome-d7bf791061048b8fa93b1bf2fc961c65908adba6.tar.zst
freebsd-ports-gnome-d7bf791061048b8fa93b1bf2fc961c65908adba6.zip
- Fix shebang
Notified by: mva
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile1
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