Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 09:03:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e46c0f9f634 - main - graphics/enblend: Moved man to share/man
Message-ID:  <202402240903.41O93nPI060965@gitrepo.freebsd.org>

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

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

commit 4e46c0f9f634a4417532ac05fd70120af6876c01
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 08:52:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:03:19 +0000

    graphics/enblend: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/enblend/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 2c39a3a11d4a..5d8efd3eb9c3 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	enblend
 PORTVERSION=	4.2
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
@@ -24,8 +24,9 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 USES=		compiler:features gmake jpeg localbase pkgconfig
 USE_CXXSTD=	c++14
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz
+PLIST_FILES=	bin/enblend bin/enfuse share/man/man1/enblend.1.gz share/man/man1/enfuse.1.gz
 PORTDOCS=	AUTHORS NEWS README
 
 OPTIONS_DEFINE=	DOCS



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