Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 10:04:31 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: 512e4d7f30d9 - main - comms/xdemorse: Move man pages to share/man
Message-ID:  <202403031004.423A4Vgc091252@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=512e4d7f30d9347c6067134664bde17d6c433be2

commit 512e4d7f30d9347c6067134664bde17d6c433be2
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 10:03:10 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 10:04:09 +0000

    comms/xdemorse: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 comms/xdemorse/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/comms/xdemorse/Makefile b/comms/xdemorse/Makefile
index c275cf7ce01f..62778a953589 100644
--- a/comms/xdemorse/Makefile
+++ b/comms/xdemorse/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdemorse
 DISTVERSION=	3.6.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
 
@@ -18,11 +18,12 @@ USES=		compiler:c++11-lang gettext-tools gmake gnome \
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 LDFLAGS+=	-lgmodule-2.0
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz \
+		share/man/man1/${PORTNAME}.1.gz \
 		share/applications/${PORTNAME}.desktop \
 		share/pixmaps/${PORTNAME}.svg
 



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