From 76c0bf945e3bdaa5b9e375c6f0b263b62503456a Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 22 Feb 2024 14:52:10 +0100 Subject: comms/fldigi: Moved man to share/man Approved by: portmgr (blanket) --- comms/fldigi/Makefile | 2 ++ comms/fldigi/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index d36f51422fde..10e503ab2cfe 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -1,5 +1,6 @@ PORTNAME= fldigi DISTVERSION= 4.2.04 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} \ http://www.w1hkj.com/files/fldigi/ @@ -28,6 +29,7 @@ USE_XORG= x11 xcursor xext xfixes xft xinerama xrender USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= EXTRA_LIBS="-lexecinfo" \ FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" diff --git a/comms/fldigi/pkg-plist b/comms/fldigi/pkg-plist index 8ffef82afd60..8d2b800efd43 100644 --- a/comms/fldigi/pkg-plist +++ b/comms/fldigi/pkg-plist @@ -1,7 +1,7 @@ %%FLARQ%%bin/flarq bin/fldigi -%%FLARQ%%man/man1/flarq.1.gz -man/man1/fldigi.1.gz +%%FLARQ%%share/man/man1/flarq.1.gz +share/man/man1/fldigi.1.gz %%FLARQ%%share/applications/flarq.desktop share/applications/fldigi.desktop %%NLS%%share/locale/ca/LC_MESSAGES/fldigi.mo -- cgit v1.2.3