Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 12:59:53 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: bbe36359befa - main - audio/faac: Moved man to share/man
Message-ID:  <202401311259.40VCxrt1090989@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=bbe36359befacc8ff5d1b7dec40cee0a0389259e

commit bbe36359befacc8ff5d1b7dec40cee0a0389259e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-31 12:17:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-31 12:58:53 +0000

    audio/faac: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 audio/faac/Makefile  | 2 ++
 audio/faac/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index cea7cb982fd2..d2b432b0478a 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	faac
 DISTVERSION=	1.30
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION:S/./_/g}
@@ -19,6 +20,7 @@ USES=		autoreconf compiler:c11 gmake libtool
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 
diff --git a/audio/faac/pkg-plist b/audio/faac/pkg-plist
index 13d7e59f4e5c..fb9af5511351 100644
--- a/audio/faac/pkg-plist
+++ b/audio/faac/pkg-plist
@@ -5,4 +5,4 @@ lib/libfaac.a
 lib/libfaac.so
 lib/libfaac.so.0
 lib/libfaac.so.0.0.0
-man/man1/faac.1.gz
+share/man/man1/faac.1.gz



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