diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-08-30 10:15:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-08-30 10:15:05 +0000 |
commit | 13a8af671058a56d30e8440b050679b672a000bd (patch) | |
tree | 845d39d46f963d66692fa2f9acbee3745a5ba043 | |
parent | sysutils/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/Makefile | 5 |
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 \ |