From 512e4d7f30d9347c6067134664bde17d6c433be2 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Sun, 3 Mar 2024 10:03:10 +0000 Subject: comms/xdemorse: Move man pages to share/man Approved by: portmgr (blanket) --- comms/xdemorse/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comms') 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 -- cgit v1.2.3