Date: Wed, 20 Mar 2024 19:12:08 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2523039ea0f8 - main - devel/ald: Move man pages to share/man Message-ID: <202403201912.42KJC8I3009463@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201912.42KJC8I3009463>