aboutsummaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-10 23:11:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-10 23:11:28 +0000
commit78c3bfca7ce1d41306c3b44e829171140c5bfc85 (patch)
tree4649d661be5b7e2f07b1a5c1d82d6d73199f6f5f /textproc/asciidoc
parent8d628430373405e1bbe6642b87d840180fb7b4e5 (diff)
downloadports-78c3bfca7ce1d41306c3b44e829171140c5bfc85.tar.gz
ports-78c3bfca7ce1d41306c3b44e829171140c5bfc85.zip
- Sort SHEBANG_FILES
- Cleanup Makefile: configuration files with .sample suffix are handled by @sample already
Notes
Notes: svn path=/head/; revision=399032
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index b45cddcf2f22..e3f371316d47 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -30,10 +30,10 @@ CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \
SHEBANG_FILES= a2x.py \
asciidoc.py \
asciidocapi.py \
- filters/latex/latex2png.py \
+ filters/code/code-filter.py \
filters/graphviz/graphviz2png.py \
- filters/music/music2png.py \
- filters/code/code-filter.py
+ filters/latex/latex2png.py \
+ filters/music/music2png.py
python_OLD_CMD= /usr/bin/env python
post-patch:
@@ -45,10 +45,5 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/
${INSTALL_DATA} ${WRKSRC}/asciidocapi.py ${STAGEDIR}${PYTHON_SITELIBDIR}/
-.for conf_file in ${CONF_FILES}
- @if [ ! -f ${ETCDIR}/${conf_file} ]; then \
- ${CP} -p ${STAGEDIR}${ETCDIR}/${conf_file}.sample ${STAGEDIR}${ETCDIR}/${conf_file}; \
- fi
-.endfor
.include <bsd.port.mk>