diff --git a/security/op/Makefile b/security/op/Makefile index a8cc4978d6b0..c9646061c554 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -1,27 +1,30 @@ PORTNAME= op -PORTVERSION= 1.34 -PORTREVISION= 2 +DISTVERSION= 1.34 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controlled privilege escalation tool WWW= https://github.com/dagwieers/op/wiki LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= dagwieers -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFLICTS_INSTALL= security/1password-client +# remove after manprefix migration +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + 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 \ ${STAGEDIR}${PREFIX}/etc/op.conf.sample .include diff --git a/security/op/pkg-plist b/security/op/pkg-plist index 3ac3227e1d26..d5109eee727b 100644 --- a/security/op/pkg-plist +++ b/security/op/pkg-plist @@ -1,4 +1,4 @@ @(,,4755) bin/op @sample(,,600) etc/op.conf.sample -man/man1/op.1.gz +share/man/man1/op.1.gz @dir etc/op.d