$OpenBSD: patch-contrib_CMakeLists_txt,v 1.3 2020/07/20 11:40:09 sthen Exp $

Fix man install directory

Index: contrib/CMakeLists.txt
--- contrib/CMakeLists.txt.orig
+++ contrib/CMakeLists.txt
@@ -2,4 +2,4 @@
 # Netlist preprocessor script and man page
 INSTALL( FILES ps2sp DESTINATION bin/ )
 
-INSTALL( FILES ps2sp.1 DESTINATION share/man/man1 )
+INSTALL( FILES ps2sp.1 DESTINATION man/man1 )
