summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-08-30 10:15:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-08-30 10:15:05 +0000
commit13a8af671058a56d30e8440b050679b672a000bd (patch)
tree845d39d46f963d66692fa2f9acbee3745a5ba043
parentsysutils/dsbdriverd: Update to 1.0 (diff)
Fix build on -CURRENT
Notified by: pkg-fallout
Notes
Notes: svn path=/head/; revision=547046
-rw-r--r--security/op/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/op/Makefile b/security/op/Makefile
index 83d5f2d0c51f..781b8a94cd97 100644
--- a/security/op/Makefile
+++ b/security/op/Makefile
@@ -3,7 +3,7 @@
PORTNAME= op
PORTVERSION= 1.34
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
@@ -18,6 +18,9 @@ GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= security/1password-client
+post-configure:
+ @${REINPLACE_CMD} -e 's|\(OPENLOG_VOID\) 0|\1 1|' ${WRKSRC}/config.h
+
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d
${MV} ${STAGEDIR}${PREFIX}/etc/op.conf-dist \