diff --git a/ports/soxr/CONTROL b/ports/soxr/CONTROL index e49991ff1430f9..cc920479cdcf3b 100644 --- a/ports/soxr/CONTROL +++ b/ports/soxr/CONTROL @@ -1,4 +1,5 @@ Source: soxr -Version: 0.1.3-2 +Version: 0.1.3 +Port-Version: 3 Homepage: https://sourceforge.net/projects/soxr/ Description: High quality audio resampling diff --git a/ports/soxr/portfile.cmake b/ports/soxr/portfile.cmake index 2641e8a5a000b7..193eaecd484b85 100644 --- a/ports/soxr/portfile.cmake +++ b/ports/soxr/portfile.cmake @@ -25,3 +25,5 @@ file(INSTALL ${SOURCE_PATH}/LICENCE DESTINATION ${CURRENT_PACKAGES_DIR}/share/so file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/doc) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/doc)