php*-mongodb: unnecessary install msg

This commit is contained in:
classabbyamp 2024-01-12 19:23:51 -05:00
parent 32eb6d1a9a
commit 9ff77da6fe
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
6 changed files with 12 additions and 0 deletions

View File

@ -22,3 +22,7 @@ pre_configure() {
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}

View File

@ -22,3 +22,7 @@ pre_configure() {
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}

View File

@ -22,3 +22,7 @@ pre_configure() {
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}