Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 22:16:58 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 508b5d3d6b73 - main - shells/bash-completion: Clean up after b6ec06f079e1c883d32c788c0285c6d492eeb1c0
Message-ID:  <6a44405a.3d20e.67cd5983@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=508b5d3d6b73577d9a18dbbcb172661cf2e2f41d

commit 508b5d3d6b73577d9a18dbbcb172661cf2e2f41d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-30 22:13:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-30 22:13:22 +0000

    shells/bash-completion: Clean up after b6ec06f079e1c883d32c788c0285c6d492eeb1c0
    
    .include <bsd.port.options.mk> is not needed after the removal of ARCH check.
---
 shells/bash-completion/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index bbab21e2fdf5..8329057fe3c2 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -38,8 +38,6 @@ ZFS_DESC=		Add OpenZFS completion
 FREEBSD_RUN_DEPENDS=	bash-completion-freebsd>=0:shells/bash-completion-freebsd
 ZFS_RUN_DEPENDS=	bash-completion-zfs>=0:shells/bash-completion-zfs
 
-.include <bsd.port.options.mk>
-
 post-configure:
 	@${REINPLACE_CMD} \
 		-e 's|/etc/ssl/openssl.cnf|${PREFIX}& &|g' \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a44405a.3d20e.67cd5983>