Blame vars/mandoc.vars

6b4941
#
6b4941
# set +o errexit -o noglob -o nounset is assumed.
6b4941
#
6b4941
6b4941
pkg_mandoc_configure_patch_pre() {
6b4941
    rtl_fileop cp                           \
6b4941
        "${MIDIPIX_BUILD_PWD}/files/mandoc/configure.ac" \
6b4941
        "${PKG_BASE_DIR}/mandoc-${PKG_VERSION}/";
6b4941
    rtl_fileop cp                           \
6b4941
        "${MIDIPIX_BUILD_PWD}/files/mandoc/Makefile.am" \
6b4941
        "${PKG_BASE_DIR}/mandoc-${PKG_VERSION}/";
6b4941
    rtl_fileop cp                           \
6b4941
        "${MIDIPIX_BUILD_PWD}/files/mandoc/extern_config.h" \
6b4941
        "${PKG_BASE_DIR}/mandoc-${PKG_VERSION}/";
6b4941
};
6b4941
6b4941
# vim:filetype=sh textwidth=0