aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/soxr/CONTROL3
-rw-r--r--ports/soxr/portfile.cmake2
2 files changed, 4 insertions, 1 deletions
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)