Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 20:01:47 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 53fc89148444 - main - lang/ecl: Move man pages to share/man
Message-ID:  <202403092001.429K1lPA028563@gitrepo.freebsd.org>

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

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

commit 53fc89148444671577785e097d8296be85bc5fd6
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 18:27:58 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 20:01:28 +0000

    lang/ecl: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 lang/ecl/Makefile  | 3 ++-
 lang/ecl/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 023a390e498a..16e2cfb6127a 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ecl
 PORTVERSION=	21.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang lisp
 MASTER_SITES=	https://common-lisp.net/project/ecl/static/files/release/
 
@@ -23,6 +23,7 @@ USE_CSTD=	c99
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--enable-boehm=system \
 		--enable-libatomic=system \
 		--with-gmp-prefix=${LOCALBASE} \
diff --git a/lang/ecl/pkg-plist b/lang/ecl/pkg-plist
index bccf75020c03..caba466dbe71 100644
--- a/lang/ecl/pkg-plist
+++ b/lang/ecl/pkg-plist
@@ -226,6 +226,6 @@ lib/libecl.so
 lib/libecl.so.%%VERSION%%
 lib/libecl.so.21
 lib/libecl.so.21.2
-man/man1/ecl-config.1.gz
-man/man1/ecl.1.gz
+share/man/man1/ecl-config.1.gz
+share/man/man1/ecl.1.gz
 @dir include/ecl/gc



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