mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix build on -CURRENT
Notified by: pkg-fallout
This commit is contained in:
parent
5e71b89c91
commit
13a8af6710
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547046
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user