diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile index a3f8f4151681..419b8308f60f 100644 --- a/comms/cwstudio/Makefile +++ b/comms/cwstudio/Makefile @@ -1,23 +1,24 @@ PORTNAME= cwstudio DISTVERSION= 0.9.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= SOURCEFORGE/cwstudio MAINTAINER= luqqe@users.sourceforge.net COMMENT= Multichannel portable Morse code signals generator LICENSE= GPLv3+ 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