From 7f471eaf73cbe7f256b50bac847c4e9b864d8dc4 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Fri, 11 Sep 2020 20:21:38 +0100 Subject: [soxr] remove doc files from install (#13480) --- ports/soxr/CONTROL | 3 ++- ports/soxr/portfile.cmake | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ports/soxr/CONTROL b/ports/soxr/CONTROL index e49991ff1..cc920479c 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 2641e8a5a..193eaecd4 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) -- cgit v1.2.3