git: bf73b9d741aa - main - comms/aldo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 14:02:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d commit bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:41:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:10 +0000 comms/aldo: Moved man to share/man Approved by: portmgr (blanket) --- comms/aldo/Makefile | 5 +++-- 1 file 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>