git: 8b13f6cf513c - main - emulators/wine: Drop GNU_CONFIGURE_MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 06:18:23 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b13f6cf513c67acad3feb3d7f1dc7767a4e2fa0 commit 8b13f6cf513c67acad3feb3d7f1dc7767a4e2fa0 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-05-17 06:17:26 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-05-17 06:17:26 +0000 emulators/wine: Drop GNU_CONFIGURE_MANPREFIX Its setting is now the global default. --- emulators/wine/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 18a23f4eb33a..d3634d60a802 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/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 \