aboutsummaryrefslogtreecommitdiff
path: root/comms/cwstudio
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:44:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 14:02:13 +0000
commit21fe08c29fdc59c67b1ddd98ce63aa782f57dd5d (patch)
tree0e51013cf718ef840eec613264c8b473d52af4de /comms/cwstudio
parentff593e52d00f6978ccbfca9daaba71cde89c7c50 (diff)
downloadports-21fe08c29fdc59c67b1ddd98ce63aa782f57dd5d.tar.gz
ports-21fe08c29fdc59c67b1ddd98ce63aa782f57dd5d.zip
comms/cwstudio: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'comms/cwstudio')
-rw-r--r--comms/cwstudio/Makefile5
1 files 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>