git: eaebcc5ec471 - main - misc/compat.el: Fix do-install-DOCS-on target

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Sun, 01 May 2022 02:51:10 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eaebcc5ec4717113fa6b3371e98af60f7d3a62de

commit eaebcc5ec4717113fa6b3371e98af60f7d3a62de
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-05-01 02:48:13 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-05-01 02:50:40 +0000

    misc/compat.el: Fix do-install-DOCS-on target
    
    Fixes:          124ba3c89de6 (misc/compat.el: Add new port)
---
 misc/compat.el/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/compat.el/Makefile b/misc/compat.el/Makefile
index 74bdb28d44b8..fbe936db9747 100644
--- a/misc/compat.el/Makefile
+++ b/misc/compat.el/Makefile
@@ -36,6 +36,6 @@ do-install:
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORT_DOCS:C/^/${WRKSRC}\//} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:C/^/${WRKSRC}\//} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>