aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-regina
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-10 15:08:51 +0000
commit2c0789eb843b7567a0a99882e1671a87e73d9163 (patch)
treebc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /lang/rexx-regina
parentedee4e95d26ef8c6229f9dd99be3293f016a95cf (diff)
downloadports-2c0789eb843b7567a0a99882e1671a87e73d9163.tar.gz
ports-2c0789eb843b7567a0a99882e1671a87e73d9163.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Notes
Notes: svn path=/head/; revision=458646
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r--lang/rexx-regina/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
index 2e04f0fad04f..5b91c18a2dd2 100644
--- a/lang/rexx-regina/Makefile
+++ b/lang/rexx-regina/Makefile
@@ -51,7 +51,7 @@ post-stage:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKDIR}/regina.pdf ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKDIR}/regutil.pdf ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/regina.pdf ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/regutil.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>