git: 508b5d3d6b73 - main - shells/bash-completion: Clean up after b6ec06f079e1c883d32c788c0285c6d492eeb1c0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 22:16:58 UTC
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' \