diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-18 07:24:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-18 07:24:50 +0000 |
commit | a97fe02885478969cddb94f0abc8b92ce4b6a366 (patch) | |
tree | 9832d16df77a711f4863ec4276e0fbc9d7341246 /emulators | |
parent | multimedia/pipewire: Fix my previous commit (diff) |
emulators/wine8: Drop GNU_CONFIGURE_MANPREFIX
This has now become the global default.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine8/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |