summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2022-08-22 15:22:26 +0000
committermicha <micha@pkgsrc.org>2022-08-22 15:22:26 +0000
commitf0477e725851f7b4ac8cddbb6ad58b6851046d81 (patch)
tree6abb2de0ed5b040f16904609abf47aec36a571c1 /games
parent91d94ded4759a587265a7d369decca589ff84be9 (diff)
downloadpkgsrc-f0477e725851f7b4ac8cddbb6ad58b6851046d81.tar.gz
games/woof: Remove patch (merged upstream)
Diffstat (limited to 'games')
-rw-r--r--games/woof/patches/patch-man_CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/woof/patches/patch-man_CMakeLists.txt b/games/woof/patches/patch-man_CMakeLists.txt
deleted file mode 100644
index 911f4be1350..00000000000
--- a/games/woof/patches/patch-man_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-man_CMakeLists.txt,v 1.1 2022/07/18 10:15:26 micha Exp $
-
-games/woof: Honor PKGMANDIR on install
-
---- man/CMakeLists.txt.orig 2022-07-18 07:37:39.000000000 +0000
-+++ man/CMakeLists.txt
-@@ -14,8 +14,8 @@ if(WIN32)
- install(FILES CMDLINE.txt DESTINATION .)
- elseif(UNIX AND NOT APPLE)
- install(FILES CMDLINE.txt DESTINATION "share/doc/${PROJECT_SHORTNAME}")
-- install(FILES "${PROJECT_SHORTNAME}.6" DESTINATION share/man/man6)
-- install(FILES "${PROJECT_SHORTNAME}-setup.6" DESTINATION share/man/man6)
-+ install(FILES "${PROJECT_SHORTNAME}.6" DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)
-+ install(FILES "${PROJECT_SHORTNAME}-setup.6" DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)
- install(FILES "bash-completion/${PROJECT_SHORTNAME}"
- DESTINATION "share/bash-completion/completions")
- endif()