aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:41:54 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 14:02:10 +0000
commitbf73b9d741aa30153bc9dfa236e7aa6eceed4c4d (patch)
treed430b745672c6fce8040f78419bfe6c7868d7ba8
parentb411663899b2e3a9d8e475fb613b291b170f9fab (diff)
downloadports-bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d.tar.gz
ports-bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d.zip
comms/aldo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--comms/aldo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile
index cdc236e4a69d..a2d31cc0f4a9 100644
--- a/comms/aldo/Makefile
+++ b/comms/aldo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aldo
DISTVERSION= 0.7.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
@@ -15,8 +15,9 @@ LIB_DEPENDS= libao.so:audio/libao
USES= compiler:c++0x gmake localbase tar:bzip2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/aldo \
- man/man1/aldo.1.gz
+ share/man/man1/aldo.1.gz
.include <bsd.port.mk>