diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:41:54 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 15:02:10 +0100 |
commit | bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d (patch) | |
tree | d430b745672c6fce8040f78419bfe6c7868d7ba8 | |
parent | b411663899b2e3a9d8e475fb613b291b170f9fab (diff) | |
download | freebsd-ports-bf73b9d741aa30153bc9dfa236e7aa6eceed4c4d.zip |
comms/aldo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/aldo/Makefile | 5 |
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> |