summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-21 01:38:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-21 01:40:41 +0000
commit6b9b4df71a7d9559f2aa9cfffb54349319d09cab (patch)
treeb2bc91040dfb0ccaea22451d6c4a1025b7f6a924 /sysutils
parentsysutils/pass-secrets: add new port (diff)
sysutils/pass-secrets: pacify check-plist
Error: Orphaned: lib/systemd/user/pass-secrets.service
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pass-secrets/Makefile3
1 files changed, 3 insertions, 0 deletions
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>