mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
$NetBSD: patch-ac,v 1.2 2009/06/07 22:02:24 hasso Exp $
|
|
|
|
--- 3rd-party/dirsplit/CMakeLists.txt.orig 2006-08-24 17:36:32.000000000 +0000
|
|
+++ 3rd-party/dirsplit/CMakeLists.txt
|
|
@@ -1,3 +1,3 @@
|
|
PROJECT (DIRSPLIT C)
|
|
INSTALL(PROGRAMS dirsplit DESTINATION bin)
|
|
-INSTALL(FILES dirsplit.1 DESTINATION share/man/man1)
|
|
+INSTALL(FILES dirsplit.1 DESTINATION ${MANSUBDIR}/man1)
|