Rename man pages so that they don't conflict with openssl's.

With hat:	portmgr
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-16 13:33:58 +00:00
parent 6ac0be28d0
commit 0d5a1fd6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374803
2 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= openca-tools-forked
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= security
DIST_SUBDIR= openxpki
@ -19,4 +20,10 @@ GH_COMMIT= 641e43a
USES= gmake perl5
GNU_CONFIGURE= yes
# security/openssl already has a verify.1 manpage.
post-stage:
.for f in sign.1 verify.1
@${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
.endfor
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/openca-crmf
bin/openca-scep
bin/openca-sv
man/man1/sign.1.gz
man/man1/verify.1.gz
man/man1/openca-sign.1.gz
man/man1/openca-verify.1.gz