Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 18:47:45 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c32708a2a32 - main - textproc/modlogan: move man to share/man and fix dependencies
Message-ID:  <202403031847.423IljJQ069562@gitrepo.freebsd.org>

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

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

commit 5c32708a2a32fb0fbb3e055fb5f265bbd8495b6b
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-03-03 18:46:31 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-03-03 18:47:42 +0000

    textproc/modlogan: move man to share/man and fix dependencies
    
    Noticed by:     diizzy
---
 textproc/modlogan/Makefile  | 4 +++-
 textproc/modlogan/pkg-plist | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index d1f7367821bf..1ea9e9554c30 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	modlogan
 PORTVERSION=	0.8.13
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	textproc www
 MASTER_SITES=	http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
 
@@ -11,6 +11,7 @@ WWW=		https://sourceforge.net/projects/modlogan/
 LIB_DEPENDS=	libadns.so:dns/adns \
 		libgd.so:graphics/gd \
 		libpcre.so:devel/pcre \
+		libpng16.so:graphics/png \
 		libexpat.so:textproc/expat2
 
 USES=		cpe gettext libtool
@@ -22,6 +23,7 @@ OPTIONS_DEFINE=	DOCS MYSQL
 # They serve as a reminder.
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
 		--program-transform-name=\'\'
 MYSQL_CONFIGURE_ON=	--with-mysql
diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist
index 15065e481777..83d1af02b4d7 100644
--- a/textproc/modlogan/pkg-plist
+++ b/textproc/modlogan/pkg-plist
@@ -94,7 +94,7 @@ lib/libmla_processor_telecom.a
 lib/libmla_processor_telecom.so
 lib/libmla_processor_web.a
 lib/libmla_processor_web.so
-man/man1/modlogan.1.gz
+share/man/man1/modlogan.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/faq.txt
 %%PORTDOCS%%%%DOCSDIR%%/glosar
 %%PORTDOCS%%%%DOCSDIR%%/manual.txt



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