-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
- JFX_DEPS_URL = ${T}/jars
+ JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
doins build/javafx-exports.zip
if use doc; then
- insinto /usr/share/doc/"${PF}"/html
- doins -r build/javadoc/.
+ docinto html
+ dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}
LINT = none
CONF = $(usex debug DebugNative Release)
NUM_COMPILE_THREADS = $(makeopts_jobs)
- JFX_DEPS_URL = ${T}/jars
+ JFX_DEPS_URL = "${T}"/jars
COMPANY_NAME = "Gentoo"
_EOF_
}
doins build/javafx-exports.zip
if use doc; then
- insinto /usr/share/doc/"${PF}"/html
- doins -r build/javadoc/.
+ docinto html
+ dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}