summaryrefslogtreecommitdiff
path: root/devel/py-pyshapelib/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 14:18:01 +0000
commita247b2f47d2d2f2324689dc90d3650e6d326fbd5 (patch)
treeb20e8fa39d7f47e5ac65570524af39804107f1d1 /devel/py-pyshapelib/Makefile
parentReplace USE_AUTOTOOLS with USES=autoreconf. (diff)
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
Diffstat (limited to 'devel/py-pyshapelib/Makefile')
-rw-r--r--devel/py-pyshapelib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pyshapelib/Makefile b/devel/py-pyshapelib/Makefile
index 544315b5451b..f816437a076c 100644
--- a/devel/py-pyshapelib/Makefile
+++ b/devel/py-pyshapelib/Makefile
@@ -33,7 +33,7 @@ post-extract:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
post-install-EXAMPLES-on: