git: d20592d24fdd - main - misc/kbdscan: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20592d24fdd114d8e740a137d902422d658fd16 commit d20592d24fdd114d8e740a137d902422d658fd16 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:02:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:02:53 +0000 misc/kbdscan: Cosmetic change --- misc/kbdscan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile index 5cd6bb550843..efebda9dec9d 100644 --- a/misc/kbdscan/Makefile +++ b/misc/kbdscan/Makefile @@ -10,9 +10,9 @@ LICENSE= ISCL USES= tar:bzip2 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/kbdscan do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/kbdscan ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk>