Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2025 22:21:51 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2782362c7ac8 - main - editors/emacs-devel: Do not set GNU_CONFIGURE_MANPREFIX
Message-ID:  <202501052221.505MLptq094318@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501052221.505MLptq094318>