Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 19:39:41 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b370bebc7293 - main - devel/libslang2: Move manpages to ${PREFIX}/share
Message-ID:  <202401151939.40FJdfJA032550@gitrepo.freebsd.org>

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

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

commit b370bebc7293ede8aad8a1904d40c4d7ae2657f7
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 19:30:55 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 19:30:55 +0000

    devel/libslang2: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 devel/libslang2/Makefile  | 3 ++-
 devel/libslang2/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile
index c3822a597446..840c02c1749a 100644
--- a/devel/libslang2/Makefile
+++ b/devel/libslang2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libslang2
 PORTVERSION=	2.3.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.jedsoft.org/releases/slang/
 DISTNAME=	slang-${PORTVERSION}
@@ -13,7 +14,7 @@ LICENSE=	GPLv2
 USES=		ncurses tar:bzip2
 
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	all static
diff --git a/devel/libslang2/pkg-plist b/devel/libslang2/pkg-plist
index a3b0d964d034..f1c2013160c4 100644
--- a/devel/libslang2/pkg-plist
+++ b/devel/libslang2/pkg-plist
@@ -27,7 +27,7 @@ lib/slang/v2/modules/termios-module.so
 lib/slang/v2/modules/varray-module.so
 lib/slang/v2/modules/zlib-module.so
 libdata/pkgconfig/slang.pc
-man/man1/slsh.1.gz
+share/man/man1/slsh.1.gz
 %%DATADIR%%/arrayfuns.sl
 %%DATADIR%%/autoload.sl
 %%DATADIR%%/base64.sl



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