git: 6b9b4df71a7d - main - sysutils/pass-secrets: pacify check-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 01:41:43 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b9b4df71a7d9559f2aa9cfffb54349319d09cab
commit 6b9b4df71a7d9559f2aa9cfffb54349319d09cab
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-21 01:38:37 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-21 01:40:41 +0000
sysutils/pass-secrets: pacify check-plist
Error: Orphaned: lib/systemd/user/pass-secrets.service
---
sysutils/pass-secrets/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sysutils/pass-secrets/Makefile b/sysutils/pass-secrets/Makefile
index 18b0ef1c9a12..331d18432530 100644
--- a/sysutils/pass-secrets/Makefile
+++ b/sysutils/pass-secrets/Makefile
@@ -22,4 +22,7 @@ GH_TAGNAME= cee6b85
CMAKE_OFF= INSTALL_DBUS_SERVICE
PLIST_FILES= bin/${PORTNAME}
+post-patch:
+ @${REINPLACE_CMD} '/systemd/d' ${WRKSRC}/CMakeLists.txt
+
.include <bsd.port.mk>