aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:57:47 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 14:02:19 +0000
commit8dfe07afcaf63a31dc618d3631d5fad3a94d9399 (patch)
tree79b1c818c8deb891c1ecb22573a3f6d9b843050f
parent34ea98703fe199b44b4a1b2dcca81fba002910cf (diff)
downloadports-8dfe07afcaf63a31dc618d3631d5fad3a94d9399.tar.gz
ports-8dfe07afcaf63a31dc618d3631d5fad3a94d9399.zip
comms/gtkmmorse: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--comms/gtkmmorse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/gtkmmorse/Makefile b/comms/gtkmmorse/Makefile
index 1bf8bffba077..191f127b0774 100644
--- a/comms/gtkmmorse/Makefile
+++ b/comms/gtkmmorse/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gtkmmorse
PORTVERSION= 0.9.27
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= comms education hamradio
MASTER_SITES= SAVANNAH
@@ -13,11 +13,12 @@ LIB_DEPENDS= libao.so:audio/libao \
libgconfmm-2.6.so:devel/gconfmm26
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= compiler:c++11-lang pkgconfig tar:bzip2
USE_CXXSTD= c++11
PLIST_FILES= bin/gtkmmorse \
- man/man1/gtkmmorse.1.gz
+ share/man/man1/gtkmmorse.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \