From 2e817f4a6d7548842e9852cc958ba56c62c817ec Mon Sep 17 00:00:00 2001 From: danfe Date: Wed, 10 Jan 2018 15:08:51 +0000 Subject: Do not abuse INSTALL_MAN when installing documentation, examples, and other miscellaneous files which are not actually manual pages. --- misc/proxyper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 86c358206678..a058ebbf12c3 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -28,8 +28,8 @@ DISTNAME= proxyper${PORTVERSION}-freebsd7-x86 do-install: ${MKDIR} ${STAGEDIR}${BINDIR} ${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${STAGEDIR}${BINDIR} - ${INSTALL_MAN} ${WRKSRC}/ChangeLog.txt ${STAGEDIR}${BINDIR} - ${INSTALL_MAN} ${WRKSRC}/manual.html ${STAGEDIR}${BINDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog.txt ${STAGEDIR}${BINDIR} + ${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${BINDIR} ${INSTALL} -c -m 644 ${WRKSRC}/proxyper.ini ${STAGEDIR}${BINDIR}/proxyper.ini.sample .include -- cgit