diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-17 06:17:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-05-17 06:17:26 +0000 |
commit | 8b13f6cf513c67acad3feb3d7f1dc7767a4e2fa0 (patch) | |
tree | 9f0458555d4ad2533225b93a78c523e574b7309d | |
parent | f51d05a3e04d75ae527b1b232ae830543ee1e1a0 (diff) |
emulators/wine: Drop GNU_CONFIGURE_MANPREFIX
Its setting is now the global default.
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |