Skip to content

Commit

Permalink
security/op: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent 6edcf0a commit aad092d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions security/op/Makefile
@@ -1,6 +1,6 @@
PORTNAME= op
PORTVERSION= 1.34
PORTREVISION= 2
DISTVERSION= 1.34
PORTREVISION= 3
CATEGORIES= security

MAINTAINER= ehaupt@FreeBSD.org
Expand All @@ -13,9 +13,12 @@ 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

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit aad092d

Please sign in to comment.