diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 03:24:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-30 03:24:00 +0800 |
commit | d7bf791061048b8fa93b1bf2fc961c65908adba6 (patch) | |
tree | fcfa2ecde391e041007551106a5b1c0011dcfd6c /textproc | |
parent | a7e15a0db44ba79877b489e82a994081e59c4001 (diff) | |
download | freebsd-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')
-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 |