git: 2782362c7ac8 - main - editors/emacs-devel: Do not set GNU_CONFIGURE_MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jan 2025 22:21:51 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=2782362c7ac87ae0b40127e9812e0a45e2de77a5 commit 2782362c7ac87ae0b40127e9812e0a45e2de77a5 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2025-01-05 22:17:39 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-01-05 22:17:39 +0000 editors/emacs-devel: Do not set GNU_CONFIGURE_MANPREFIX Ports no longer need to set this variable, since Mk/bsd.port.mk will assign the correct value (if it's not already defined). Sponsored by: The FreeBSD Foundation --- editors/emacs-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 3434eaa6d532..b8e8f281b08a 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -28,7 +28,6 @@ GH_ACCOUNT= emacs-mirror GH_TAGNAME= 643e32340d1 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-build-details \ --localstatedir=/var \ --without-gconf \