git: 512e4d7f30d9 - main - comms/xdemorse: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 10:04:31 UTC
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