git: 21fe08c29fdc - main - comms/cwstudio: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 14:02:41 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21fe08c29fdc59c67b1ddd98ce63aa782f57dd5d
commit 21fe08c29fdc59c67b1ddd98ce63aa782f57dd5d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 13:44:46 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 14:02:13 +0000
comms/cwstudio: Moved man to share/man
Approved by: portmgr (blanket)
---
comms/cwstudio/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile
index a3f8f4151681..419b8308f60f 100644
--- a/comms/cwstudio/Makefile
+++ b/comms/cwstudio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cwstudio
DISTVERSION= 0.9.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= comms hamradio
MASTER_SITES= SOURCEFORGE/cwstudio
@@ -13,11 +13,12 @@ USES= compiler:c++11-lang ncurses
USE_WX= 3.0+
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
PLIST_FILES= bin/cwcli \
bin/cwcurses \
bin/cwwx \
- man/man1/cwstudio.1.gz \
+ share/man/man1/cwstudio.1.gz \
.include <bsd.port.mk>