git: ca797fafb418 - main - x11-drivers/xf86-input-egalax: Fix my previous commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 06:05:37 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca797fafb41861cb0a56644f3ba514492d78fc36 commit ca797fafb41861cb0a56644f3ba514492d78fc36 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-14 06:03:10 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-14 06:04:13 +0000 x11-drivers/xf86-input-egalax: Fix my previous commit Reported by: glebius Pointy hat: assumed Fixes: 290352f2a7159394d506ff843782fa012ca7f81a --- x11-drivers/xf86-input-egalax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index 4c54a5be581e..413e9cf3ce3d 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -14,6 +14,6 @@ LICENSE= BSD2CLAUSE USES= autoreconf xorg-cat:driver -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share/man +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk>