From a247b2f47d2d2f2324689dc90d3650e6d326fbd5 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 11 Jan 2018 14:18:01 +0000 Subject: Do not abuse INSTALL_MAN when installing documentation, examples, and other miscellaneous files that are not actually manual pages (part 2). --- textproc/bibtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/bibtool') diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile index b927f7ac9c0b..a45f7d1b6c5d 100644 --- a/textproc/bibtool/Makefile +++ b/textproc/bibtool/Makefile @@ -31,7 +31,7 @@ post-build: post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include -- cgit v1.2.3