pkgbase: Put certctl in the FreeBSD-caroot package
There is no reason that this shouldn't be there. Change the dependency of caroot from utilities to openssl as it's the only command that it uses not in runtime. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33458
This commit is contained in:
parent
26ea904caa
commit
380073af3a
@ -40,7 +40,7 @@ main() {
|
||||
# else imposed on it.
|
||||
;;
|
||||
caroot)
|
||||
pkgdeps="utilities"
|
||||
pkgdeps="openssl"
|
||||
;;
|
||||
utilities)
|
||||
uclfile="${uclfile}"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= caroot
|
||||
SCRIPTS=certctl.sh
|
||||
MAN= certctl.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user