Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2024 03:32:55 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c49e178f6ec5 - main - security/libgcrypt: Remove GNU_CONFIGURE_MANPREFIX
Message-ID:  <202407010332.4613WtIu094770@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c49e178f6ec54f504d1831d7320299f91d16d0d8

commit c49e178f6ec54f504d1831d7320299f91d16d0d8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-07-01 03:30:44 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-07-01 03:30:44 +0000

    security/libgcrypt: Remove GNU_CONFIGURE_MANPREFIX
    
    Now that manprefix has been moved we no longer need
    GNU_CONFIGURE_MANPREFIX. Remove it.
    
    PR:             279904
    Submitted by:   dizzy (part of a larger patch)
---
 security/libgcrypt/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 7739a7281dbc..b5d199f634e0 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS=	libgpg-error>=1.32:security/libgpg-error
 USES=		cpe libtool pathfix tar:bzip2
 
 CPE_VENDOR=	gnupg
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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