git: a97fe0288547 - main - emulators/wine8: Drop GNU_CONFIGURE_MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 07:25:01 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=a97fe02885478969cddb94f0abc8b92ce4b6a366 commit a97fe02885478969cddb94f0abc8b92ce4b6a366 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-05-18 07:24:21 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-05-18 07:24:50 +0000 emulators/wine8: Drop GNU_CONFIGURE_MANPREFIX This has now become the global default. --- emulators/wine8/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/emulators/wine8/Makefile b/emulators/wine8/Makefile index caf829d89da5..9505bb23d492 100644 --- a/emulators/wine8/Makefile +++ b/emulators/wine8/Makefile @@ -27,7 +27,6 @@ CPE_VENDOR= winehq CONFLICTS_INSTALL= wine-devel GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--verbose \ --disable-kerberos \ --disable-tests \