git: 3666ccb3ee6d - main - ports-mgmt/pkgs_which: fix stage-qa and port check complaints

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Sun, 29 Dec 2024 21:11:00 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3666ccb3ee6dfaa55d8b9b4b9faa3cb85ec2996d

commit 3666ccb3ee6dfaa55d8b9b4b9faa3cb85ec2996d
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-12-29 20:46:10 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2024-12-29 21:10:25 +0000

    ports-mgmt/pkgs_which: fix stage-qa and port check complaints
    
    I did not use the patch in the PR, but re-did this, and also added
    NO_ARCH=yes and bumped PORTREVISION as a consequence.
    
    Reported by:    makc@
    PR:             283591
---
 ports-mgmt/pkgs_which/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ports-mgmt/pkgs_which/Makefile b/ports-mgmt/pkgs_which/Makefile
index 5802a9117391..d0bf29c4d51f 100644
--- a/ports-mgmt/pkgs_which/Makefile
+++ b/ports-mgmt/pkgs_which/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pkgs_which
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -11,6 +11,7 @@ COMMENT=	Quickly find out which ports contributed to a file tree
 LICENSE=	GPLv3
 
 USES=		perl5
+NO_ARCH=	yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
@@ -25,7 +26,6 @@ do-install:
 		${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 do-install-DOCS-on:
-		${MKDIR} ${STAGEDIR}${PREFIX}/man/man1
 		${LOCALBASE}/bin/pod2man ${FILESDIR}/${PORTNAME} >${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
 
 .include <bsd.port.mk>