aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-regutil
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-regutil
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-regutil')
-rw-r--r--lang/rexx-regutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-regutil/Makefile b/lang/rexx-regutil/Makefile
index f73b627d1248..cff43460d1e1 100644
--- a/lang/rexx-regutil/Makefile
+++ b/lang/rexx-regutil/Makefile
@@ -41,10 +41,10 @@ do-install:
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/regutil.pdf ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/regutil.pdf ${STAGEDIR}${DOCSDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/*.rex ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.rex ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>