forked from Lainports/freebsd-ports
- not install any configuration files AT ALL
- put all provided samples in ${PREFIX}/share/libpki/etc
- add a message to the user to refer to these samples
- mark the port as BROKEN on arm64 (according to pullout message received)
- add options to allow configure to enable DNS, LDAP, MySQL and
PostgreSQL if asked for
- bump PORTREVISION
PR: 265189
17 lines
504 B
Text
17 lines
504 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Sample Configuration files have been installed in $PREFIX/share/libpki/etc, in a
|
|
hierachy that mimics the one created in $PREFIX/etc.
|
|
They may be used as templates to be copied into the corresponding subdirectory
|
|
under $PREFIX/etc and customized according to user context.
|
|
EOM
|
|
}
|
|
{
|
|
type: remove
|
|
message: <<EOM
|
|
User-installed configuration files under $PREFIX/etc/libpki have been preserved and
|
|
must be removed manually if needed, as well as this directory.
|
|
EOM
|
|
}
|
|
]
|