git: 2523039ea0f8 - main - devel/ald: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 19:12:08 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2523039ea0f8e3c34ca82fda9eb2f27c3e36c5ce commit 2523039ea0f8e3c34ca82fda9eb2f27c3e36c5ce Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-20 19:11:22 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-20 19:11:22 +0000 devel/ald: Move man pages to share/man Approved by: portmgr (blanket) --- devel/ald/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/ald/Makefile b/devel/ald/Makefile index aeb31dc1d82f..55acd4cfd543 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,6 +1,6 @@ PORTNAME= ald PORTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -8,11 +8,13 @@ MAINTAINER= alken@colorado.edu COMMENT= Debugger for assembly level programs WWW= https://ald.sourceforge.net -GNU_CONFIGURE= yes +ONLY_FOR_ARCHS= i386 USES= readline -PLIST_FILES= bin/ald man/man8/ald.8.gz -ONLY_FOR_ARCHS= i386 +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + +PLIST_FILES= bin/ald share/man/man8/ald.8.gz NOPRECIOUSMAKEVARS= yes .include <bsd.port.mk>