diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:18:17 +0000 |
commit | 999161a9ed97730daec86fd4a1472d43f1f3c106 (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /textproc/py-sphinx_numfig | |
parent | a2636bcc7e88f570e1db12e44a992761fc891649 (diff) |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412342
Diffstat (limited to 'textproc/py-sphinx_numfig')
-rw-r--r-- | textproc/py-sphinx_numfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx_numfig/Makefile b/textproc/py-sphinx_numfig/Makefile index 3abb74783d4e..72eac0707b2e 100644 --- a/textproc/py-sphinx_numfig/Makefile +++ b/textproc/py-sphinx_numfig/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= ${SPHINXDIR}/ext/numfig.py ${SPHINXDIR}/ext/numfig.pyc do-install: cd ${WRKDIR}/sphinx_numfig-r13 && \ - ${MKDIR} ${STAGEDIR}${SPHINXDIR}/ext && \ - ${PYTHON_CMD} setup.py install ${STAGEDIR}${SPHINXDIR} ${SPHINXDIR}/ext + ${MKDIR} ${STAGEDIR}${SPHINXDIR}/ext && \ + ${PYTHON_CMD} setup.py install ${STAGEDIR}${SPHINXDIR} ${SPHINXDIR}/ext .include <bsd.port.mk> |